Converting HTML to ASPX

vrufusx65v

New Member
Messages
74
Reaction score
0
Points
0
i have just stumbled upon the world that is C#,C++,VB, and ASP.NET. I was looking around in Microsoft Visual Studio 2010 and i came across the website section in VB and made the default ASP.NET Application website. After plunking around with the site a bit I noticed that it came pre-built with a membership system in place and i am now wanting to change my HTML files for one site over to .aspx files. What would be the best route to go about doing so?
 

redblock98

New Member
Messages
19
Reaction score
0
Points
0
You should check some ebooks to make a match between html input compontents and asp.net i/o compontents. For example <input type="text" /> is <asp:textbox />.
 
Top