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


Please Help Members By Posting Answers For Below Questions

What is redirecting behavior?

718


Explain diff. Betn dataset and recordset?

735


What is the use of dispose method?

747


What are Master Pages in ASP.NET?

766


Can you change a Master Page dynamically at runtime?

758


Explain the concept of event bubbling in ASP.NET?

793


What are the modes of updation in an updatepanel? What are triggers of an updatepanel?

698


What is server side session management?

704


What is server components?

753


Describe paging in asp.net?

868


When you use Ajax controls in the ASP.NET application?

773


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

1664


Is it true that a Web service must be written in .NET or not?

807


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

769


How do you change the session time-out value?

770