What are ASP.NET Web Forms? How is this technology different than what is available though ASP?



What are ASP.NET Web Forms? How is this technology different than what is available though ASP?..

Answer / sulochana singh

Web Forms are the heart and soul 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 get the familiar drag-and-drop interface used to create your UI for your Web application.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;

1 Answers   Patni,


Using code explain Configuration Management

0 Answers  


What is windows active directory authentication?

0 Answers  


What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?

0 Answers   BirlaSoft,


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

0 Answers   CTS,






What are the modes of updation in an updatepanel?

0 Answers  


What are Master Pages in ASP.NET?

0 Answers  


Is it necessary to lock application state before accessing it ?

1 Answers  


What is session mode in asp.net?

0 Answers  


What is the Global.asax used for?

7 Answers   Siebel Systems,


How to use multiple scriptmanager controls in a web page?

0 Answers  


Which validator control you use if you need to make sure the values in two different controls matched?

0 Answers  


Categories