Answer Posted / k.vijayakumar
web.config is used to maintain the Appsettimgs instead of
static variables
Any feature modifications are there in the website ihose
are we simply maintain in the Web.Config file
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the Difference between asp.net and asp ?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What are asp.net web forms?
What are the HTML server controls in ASP.NET?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Which tool you have done?
What are web server controls in asp.net?
Where do the cookie state and session state information be stored?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Define the types of configuration files.
What are server-side comments in ASP.NET?
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 = "
Explain how can you debug your .net application?
What is event bubbling?
What is _viewstart?