What is the name of the base class that all web forms will
be inherited?
Answer Posted / pramod sahoo,orissa
All .ASPX pages are inherited from
System.Web.UI.Form class
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain the concept of event bubbling in ASP.NET?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What are the different validators in asp.net?
What is a windows service?
What is the difference between session object and application object?
What is the part of url?
What is cross page posting? How is it done?
What is Model-View-View Model?
what is command line compiler.what are the steps and how it is related to debugging.
Where are session variables stored?
What is meant by ispostback in asp net?
What is an assembly? Explain its parts.
Where code pages are used?