Every Validation controls have same option ?
Answer Posted / kapil jain
Control To Validate,
Error Message
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
What is the difference between server-side scripting and client-side scripting?
What is session id in web application?
What is server side routing?
What is the current version of asp.net?
What is advantage of code behind coding in ASP.NET?
Explain how can you debug your .net application?
Explain server-side scripting and client-side scripting.
How many types of sessions are there in asp net?
Explain how dot net compiled code will become platform independent?
Can we have multiple web config files for an asp.net application?
Define asp.net caching?
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 websites use asp.net?
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
What is sql data source control in asp.net?