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

Answers were Sorted based on User's Feedback



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

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

Answer / Satpal Singh

ASP.NET Web Forms is a web application framework developed by Microsoft that provides a collection of server controls to build dynamic web pages. Unlike classic ASP, which was primarily script-based, ASP.NET Web Forms allows developers to create pages using a combination of HTML, JavaScript, and server-side code written in C# or VB.NET.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What is the use of view state?

1 Answers  


Define resource files.

1 Answers  


How can we identify that the Page is Post Back?

1 Answers  


How would one do a deep copy in .NET?

6 Answers   TCS,


What is the difference between ldap and active directory?

1 Answers  


What are session cookies?

1 Answers  


What are the layouts of ASP.NET Pages?

1 Answers  


How connect data into DropDownList from Aceess Table?

1 Answers   HCL, TCS,


What are the advantages of Web API?

1 Answers  


Security types in ASP/ASP.NET? Different Authentication modes?

4 Answers   QuadLabs Technologies,


What is custom tag in Web.Config?

0 Answers   Accenture,


How to use push notification?

1 Answers   MCN Solutions,


Categories