About Web Forms in .NET FrameworkWeb pages in ASP.Net are called ASP.NET Web Forms which have certain server controls such as text, dropdown list, checkboxes, and buttons. An ASP.NET Web Form looks similar to the web forms in HTML.
The only difference is that in ASP.NET, the Web Forms runs at the server side and in HTML the web forms runs at the client side. Apart from this difference an ASP.NET Web Form has more features than an ordinary HTML web form such as: •
The code blocks are processed on the server. An
ASP.NET Web Form first gets compiled into Intermediate Language (IL) and later
to the machine language. Not just the server side code gets compiled but every
control and element in the page gets compiled. This enables the ASP.NET Web Form
to be in any language that is compatible with Common Language Runtime (CLR) engine.
Another advantage with the code getting translated to IL is that the user can
use the application in any browser. In addition, you can reduce the processors
and server’s load when you compile the ASP.NET Web Forms in ASP.NET, thereby,
increasing the user’s productivity time. Thus ASP.NET allows you to create
Web Forms that are platform independent, language independent, and browser independent.
FREE Subscription Subscribe
to our mailing list and receive new articles Note
: We never rent, trade, or sell my email lists to Visit .NET Programming Tutorial Homepage ______________________________________________________ | assemblies
| adonet transaction processing
| common type | net mobile
| country list dropdown component
| web server controls | ado
.net object | win authentication | user
controls | access radio buttons |
web security | net remote
| event handling | serialization
| new features in dotnet compact framework2
| vb.net name space | comnet
| caching | access file folder properties
| visualj | partial
classes | windows management instrumentation
| ado .net architecture | globalization
| microsoft biztalk | viewstate
| regular expression |
| ||
“Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.”
| Privacy Policy for www.dotnet-guide.com | Disclosure | Contact |
Copyright - © 2004 - 2022 - All Rights Reserved.