I have a textbox , assign required field validator and i
have two buttons 1) save 2) cancel , i want the validator
run only when i click save button, don't validate cancel
button , what to do?
Answer Posted / jiten patel
Set Cause Validation="false"
| Is This Answer Correct ? | 34 Yes | 6 No |
Post New Answer View All Answers
What does postback mean?
What is the significance of attaching a profile while creating a user?
What is Web API?
what is meant by sitemapnode ?
What is the use of global.asax file?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
Who is using asp.net?
How do u deploy your asp.net application?
Explain the components of web form in asp.net
What permissions do asp.net applications posses by default?
Explain what is clr?
Can we use MSSql as backend in asp.net...if yes then How.?
What is fulltrust?
Is there any property names “isnavigating”?
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 = "