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 a program using code nuggets to create a simple application? : asp.net mvc
Explain the difference between server control and html control.
What is asp net application object?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
Is asp.net web forms dead?
How long does an http session last?
What are the asp.net server side objects?
What is the difference between asp.net and mvc?
Explain how to prepare culture-specific formatting in .net.
What is the purpose of url encoding?
How can we create pie chart in asp.net?
What's the difference between viewstate and sessionstate?
What is the question mark in a url?
What is state management in .net?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?