How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
2077can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
1995What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
3 6169I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?
3 7015
Why asp.net is better than php?
What is form method?
How can we use Web API with ASP.NET Web Form?
How can you dynamically add user controls to a page?
What are the Difference between asp.net and asp ?
Why web api is better than wcf?
In which event of the page viewstate is available?
Which namespace is used by ado.net?
Can you explain the importance of finalize method in .net?
Explain the various authentication mechanisms in asp.net.
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
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 ASHX files?
Which method do you use to enforce garbage collection in .net?
What is _viewstart?