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

what to magage the state manament in asp.net with respect to in_prock and out_prock

1 Answers   Aviva,


What is true about application service provider?

0 Answers  


What is the difference between session object and application object?

0 Answers  


In a webpage if i want to give access to only half page ,then what should i do?

3 Answers  


What are validators and list some validators of asp.net?

0 Answers  






What is the namespace for encryption?

3 Answers   Astadia, CIA, Wipro,


how to encrypt a connection string in web.config file?

3 Answers   Hexaware,


In Code-Behind class which kind of code (server or client) is found ?

0 Answers   Siebel,


What is the typical session identifier?

0 Answers  


If we remove web.config or machine.config from the application then, is this application will works?

0 Answers  


Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

3 Answers   Siebel Systems,


Define dll hell?

0 Answers  


Categories