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
Define session in asp.net.
Is post back property in asp net?
How you can add an event handler?
How to use multiple scriptmanager controls in a web page?
Explain cookies with example.
Why SessionID changes in every request in asp.net?
what is the difference between response.write() and response.output.write()?
What is the use of session?
What are the types of validation in asp net?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What does clearing cache?
In Code-Behind class which kind of code (server or client) is found ?
What is redirecting behavior?
How are sessions stored?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc