Post New Answer View All Answers
Can you set the session out time manually?
What is a url string?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Difference between overriding and overloading?
What is localhost in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Why do we need Sessions?
What is mta?
8. Why do you want to work here?
where can i gather the materials for MCP certification
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 two types of web pages?
How to reduce the width of textbox in editcommandcolumn of datagrid?
What is the significance of ASP.NET routing?
What is session authentication?