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 is the difference between dynamic SGA and static SGA?

0 Answers   MCN Solutions,


which directive is mandatory in page control

3 Answers   AG Technologies,


Explain Authentication mechanism in dotnet

0 Answers   BirlaSoft,


Why SessionID changes in every request in asp.net?

0 Answers   HCL,


what is service contract,operation contract?

2 Answers  






How .net CLR works with n-tier application

4 Answers   HCL, Hughes,


I am using ASP.Net 2.0. I added the following code in button_Click page. but 'PreviousPage' is not taking as a keyword. It throughs an error. Page Poster = this.PreviousPage; TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest"); sDisplay = txtNewTest.Text; Response.Write(sDisplay); The following is the Error Message: 'controls_LoginMain' does not contain a definition for 'PreviousPage'

2 Answers  


What does asp in asp.net stand for?

0 Answers  


What is http response header?

0 Answers  


How can u handle Exceptions in Asp.Net?

4 Answers  


Give an example of what might be best suited to place in the application_start and session_start subroutines?

0 Answers  


What are the session management techniques asp net?

0 Answers  


Categories