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 10976what is Repeater Control, When it is used,How it is used, what type of template is used for repeater control?
6 11733i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..
1 2615What is the difference between Postback and Ispostback Property?
Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,
7 47482Which 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 5378
What are the properties of the eventargs argument when capturing keyboard events?
Will the asp.net validators run in server side or client side?
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 = "
How to unit test Web API?
Is there any alternative to avoid name collisions other then Namespaces?
Explain MVC model binders?
WSDL means?
Can action method static?
What is a 1x1 pixel?
How do you implement postback with a text box?
Define satellite assemblies.
Describe paging in asp.net?
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What is difference between mvc and asp.net? : Asp.Net MVC
What describes a query?