Answer Posted / anna
this is the concept used to develop multi language
applications in a project
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is query string with example?
Will session work if cookies is disabled?
Can we create a multiple user simultaneously ?
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 the server controls in asp.net?
What is GAC in ASP.NET 2.0
List the types of authentication supported by asp.net?
What is the importance of Global.asax in ASP.NET?
In which event are the controls fully loaded?
What are triggers of an updatepanel?
Why is it preferred to not use finalize for clean up?
What is server side session?
What are the session variables?
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net
Is post back in asp.net?