With Visual studio Ultimate I have done an individual website with posted many different dynamic pages as an our assignment. Also, we have created a Team e-commerce web site selling web products.
Microsoft Visual studio ultimate 2010, is an integrated web development software comes with SQL server, .asp and .net. also, we can use many different web languages including HTML and XML,visual Basic, and other web services. here is a print screen designed login page using visual studio ultimate software:
Microsoft visual studio platform has three different windows to develop the web. Design, Source and split. in split window, we can use both Design and Source by clicking Split. Also, for designing page there are various tools option in tool box. in addition, it has solution bar, Server explorer to maintain and organize web project folders and files. I added images below of toolbox and and split window with source code:
when created or adding a ASP page at the same time a visual basic page also created automatic. This is code behind the page. For example I created a simple dynamic login page file named
Login.aspx, visiual studio also created a visiual basic code page named Login.aspx.vb. here is print sceen of both files Login.aspx and visual basic named Login.aspx.vb: