Hi, I m a begginer of asp.net and i no idea abt how to use the HTML pages in asp.net... Can we put asp controls in HTML pages.... please help me out... Rohansyco http://www.nasbar.org/
Generally, HTML will work in .net pages but you will not be able to put asp controls in a "plain" HTML page. If you can be more specific with your question it would be helpful. Regards
You can add asp.net controls to aspx pages only or you can run asp.net on other extensions, you need to add httphandler in web.config. No way to use asp.net controls in .html files.