What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Answer Posted / 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 View All Answers
Explain the difference between authentication and authorization.
How is a session stored and maintained in asp.net?
What is a web api?
How do we assign page-specific attributes?
How to implement globalization and localization in the use interface in .net.
what are the Custom controls in asp.net?
What are the different methods of session maintenance in asp.net?
What does the .webpart file do?
Will the asp.net validators run in server side or client side?
How do u declare static variable and how it is declared and what is its lifetime?
What is jade template engine?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is the use of dispose method?
Describe how ASP.NET maintains process isolation for each Web application?
What is the difference between the get method () and post method ()?