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
Is it right that ASP.NET Web API has replaced WCF?
Define what is razor? : asp.net mvc
Is it possible to write code in many languages in one asp.net project?
Explain advantages of caching?
What is the size of Get method and how much data it can store?
What is difference between session and application in asp net?
What is virtual directory in asp.net?
Explain the different types of assemblies?
What is localhost in asp.net?
What is the full form of asp.net?
What is difference between viewstate and session in asp net?
Which is the parent class of the ASP.NET server control?
What is a page life cycle? What are the events in a page life cycle?
In which event of the page viewstate is available?
Explain how to prepare culture-specific formatting in .net.