problem in html of asp classic
-
when i copy the html of asp page and put it in .net (aspx page), the appearance of the page is damaged and changed from the appearance of asp classic is this problem has relation to standard html and nonstandard html? and how can i solve this problem. thanks in advance.
haitham
-
when i copy the html of asp page and put it in .net (aspx page), the appearance of the page is damaged and changed from the appearance of asp classic is this problem has relation to standard html and nonstandard html? and how can i solve this problem. thanks in advance.
haitham
Classic ASP is really a HTML template embedded into javascript or vbscript. The Visual Studio editor is expecting HTML or HTML/ASP.NET. You can modify the behavior of the editor by going to the Tools menu and selecting Options/Text Editor/HTML George