ASP.NET Web Forms and How is this technology different than what is available though ASP
Posted on June 1st , 2009 by Admin
|
|
Web Forms are the one of best feature of ASP.NET. Web Forms are the User Interface (UI) elements that give your Web applications their look and feel. Web Forms are similar to Windows Forms in that they provide properties, methods,and events for the controls that are placed onto them.However these UI elements render themselves in the appropriate markup language required by the request, e.g. HTML. If you use Microsoft Visual Studio .NET, you will also ge |
| t the familiar drag-and-drop interface used to create your UI for your Web application.
|
|
|