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
What is redirecting behavior?
Explain diff. Betn dataset and recordset?
What is the use of dispose method?
What are Master Pages in ASP.NET?
Can you change a Master Page dynamically at runtime?
Explain the concept of event bubbling in ASP.NET?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is server side session management?
What is server components?
Describe paging in asp.net?
When you use Ajax controls in the ASP.NET application?
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.
Is it true that a Web service must be written in .NET or not?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
How do you change the session time-out value?