I am creating one website where all pages are creating in html but dynamic pages are creating in asp.net. I have one problem in my all static html pages i want to display one user control in one form but pages are .html thats why pages do not support asp.net control. How can i do pls let me khnow if anybody know.
Share
I don’t think this is possible, unless you use an iframe which contains an asp.net page containing the user control.
Furthermore, if it is possible, I don’t think this approach should be used. It would make more sense to convert the .htm files to .aspx files, and use rewriting to display them as .htm if this is needed.