Hi, I am trying to convert my .html web pages in to .aspx can anybody help me that how can i do it. Thanks
If all you want to do is to "convert them" then just change the file extension to .aspx I suspect you are actually trying to do something more than this so a bit of an explanation of what you are trying to achieve would help
I have changed the file extantion but Mozilla browser do not shown me the exact results it shown me the coding when .aspx page run but in IE it's run well, i can't understand what is the problem bcz my home page index.html is w3c validate but same page in .aspx is not working. But Thanks for your suggestion.
Can you provide a link to the .aspx and .html version? If there are no dynamic elements and all you have done is change the file extension what the browser receives will be exactly the same or at worst have viewstate information included which doesnt impact layout. I suspect that the page didnt show properly originally.