What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
1 1664
Explain the benefits of viewstate?
What do you mean by role-based security?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Difference between application events and session events
How do I send an email message from my ASP.NET page?
What's the use of response.output.write()?
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 = "
IN an ASP.NET Web application if there is any error, how can you debug?
What is special types forms
Explain a program using razor view engine to create a simple application? : asp.net mvc
What are the new web part controls in asp.net 2.0 ?
What are the namespaces used in asp.net mvc? : asp.net mvc
How do you implement postback with a text box?
What is difference between asp.net and asp?
What is the use of placeholder control?