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



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

Post New Answer

More ASP.NET Interview Questions

Which data type does the rangevalidator control support?

0 Answers  


Difference between ByVal and ByRef?

2 Answers   Microsoft,


After capturing the SelectIndexChanged event for a ListBox Control, you find that the event handler doesn?t execute. What could be the problem be? a) The AutoEventWireup attribute is set to False b) The AutomaticPostBack attribute is set to False c) The codebehind module is not properly compiled d) The ListBox must be defined WithEvents.

2 Answers   Syntax Softtech,


Differentiate session and cookie

1 Answers  


How will you load dynamic assembly? How will create assesblies at run time?

0 Answers  






can sn.exe can be used before gacutil.exe

2 Answers   Accenture,


How many languages are supported by .NET at present time?

0 Answers  


How does windows service lifecycle differ from a .standard. Exe?

0 Answers  


What is a server farm in iis?

0 Answers  


How Web Services help Us? What r the difference between Remoting and webservices

5 Answers   Protech, TCS, Tech Mahindra,


What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?

2 Answers  


What is web api config?

0 Answers  


Categories