What is the difference between an EXE and a DLL?
Infosys, JK Associates, Persistent, TATA, Technosoft, Wipro,
18 61753Write a standard lock() plus double check to create a critical section around a variable access?
1 9566What benefit does your code receive if you decorate it with attributes demanding specific Security permissions?
2 7731
What are the different types of Caching techniques in ASP.NET?
Which object encapsulates state or data of a user?
Explain what does wsdl stand for?
Why is string called immutable data type?
How do I create a web form?
How many types of Cookies are available in ASP.NET?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
How does session work?
what are the ihttphandler and ihttphandlerfactory interfaces ?
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 is the adavantage of using ASP.NET routing?
Differentiate between authentication and authorization.
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
Explain how asp.net different from asp?