XHTML/CSS layout to ASP.NET
        Posted  
        
            by Zai
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Zai
        
        
        
        Published on 2010-05-11T09:38:29Z
        Indexed on 
            2010/05/11
            9:44 UTC
        
        
        Read the original article
        Hit count: 224
        
I am trying to build a website consist of three pages but with a contact form using ASP.NET. Now that I have build the layout and all xhtml/css and some javascript and next I wan to convert it so that it's dynamic and can send email.
Do I need to convert it using Visual Studio or just rename files from .html to .aspx? and then create a form in Visual studio?... Confused :(
© Stack Overflow or respective owner