ASP.Net provides Server side controls and forms for developing web application content. In addition to this, It has .net libraries to provide all functional tasks. We need not use HTML forms and HTML controls as they provide limited scope for developing RICH Web pages. Any how, based on requirement we can also use HTML content.
Reasons for using ASP.Net controls:
Reasons for using ASP.Net controls:
- Simplified working:
- Exclusive set of controls (or) RICH controls:
- Smart Rendering:
- Rapid Application Development:
Visual Studio Procedure for developing ASP.Net Web Forms and Controls:
- Start Visual Studio --> Goto File --> select "New Website" --> Select "Empty Website" with other options.
- Goto "Solution Explorer" window --> Right click on project --> select "Add New Item" --> select "Web Forms" template.
runat = "server"
- Goto "Design View" and place HTML controls and ASP.Net controls and find the differences in code view and also in properties.
- Execute the form using "Start Debugging" button and view source of browser to understand what rendering is performed by ASP.Net.
----------------------------------------------------------
** If you like this post please like our page in facebook
" Dot Net Support" .
1 comments:
Thanx for the content...itz very helpful
Post a Comment