1.

What Are Asp.net Web Forms? How Is This Technology Different Than What Is Available Though Asp (1.0-3.0)?

Answer»

ASP.NET webforms are analogous to Windows Forms which are available to most VB developers. A webform is essentially a core container in a Page. An empty webform is nothing but a HTML FORM tag(CONTROL) RUNNING at server and posting form to itself by DEFAULT, but you could change it to post it to something else. This is a container, and you could place the WEB controls, user controls and HTML Controls in that one and interact with user on a postback basis.

ASP.NET webforms are analogous to Windows Forms which are available to most VB developers. A webform is essentially a core container in a Page. An empty webform is nothing but a HTML Form tag(control) running at server and posting form to itself by default, but you could change it to post it to something else. This is a container, and you could place the web controls, user controls and HTML Controls in that one and interact with user on a postback basis.



Discussion

No Comment Found