Hi Guru's,
Greetings to all! It is possible to use a user control written in c# in plain HTML? If yes, how can i reference it? I tried but it now showing up. Thanks.
Hi,
I am not a guru but as far as I understand HTML files are handled/rendered by your browsers and not executed on the server, so unless you have custom handlers on your server for request of html files this is not possible.
HTH