can machine.config file orverrides web.config. For example: if u set session timeout as 30 mins in web.config file to a particular application and if u set session timeout as 10 mins in machin.config. what will happen and which session is set to the appliction?
2 11601what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?
6 12732i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..
1 3073What is the difference between Postback and Ispostback Property?
Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,
7 48860Which of the following hosts Can't be used to create .net Application? a) IIS b) Internet Explorer c) ASP.Net d) Windows Shell Which one is correct?
1 5946
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is the difference between mvc and asp.net? : Asp.Net MVC
Explain the advantages of passport authentication.
How will you do Redo and Undo in a TextControl?
Explain the use of dataadapter.
how to transfer the file from client to server using asp.net
How can we make sure that Web API returns JSON data only?
What is the use of global.asax file?
How do we assign page-specific attributes?
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 Difference between MVC And MVP design pattrens
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is parse in asp.net?
What are the new login controls in asp.net 2.0?
Is asp.net still used?