Web Forms can change web programming with the introduction of a new programming model that has been built around server-side control. Web Forms are basically a combination of code, HTML and prepackaged server. Web form offers a large number of ways in which you can architect web software. In any Web Forms pages, you will find that the user interface programming has been structured into two parts: and the logic (code behind page) and visual component (design page).
<form id="Form1" name="Form1" onsubmit="return __GetAllControlsData(this,false);" method="post" runat="server">
|