I have an html template having html pages , images and css. Now I want to convert or make it asp pages with code behinds. what is the solution? Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create a new Web application project. Delete the default.aspx page that is created for you. Add a master page. Then add a new content form based on the master page. This form (.aspx page) will have the code-behind already created for you automagically 🙂
Create an images folder and css folder; add a new stylesheet to the css folder.