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 / lakshmi
set cause validation property to false
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
How can we update records in gridview?Is there any appropriate code for it?
What is the difference between abstract class vs interface? Can give me the real time examples?
How does cookies work in asp net?
How does session id work?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
Is it possible to create web application with both webforms and mvc?
Explain difference betn dataset and recordset?
Why do we need Sessions?
What are the different methods of session maintenance in asp.net?
What are the advantages and disadvantages of Using Cookies?
What is rich control in asp.net?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is http pipeline in asp.net?
What is the difference between response.redirect and server.transfer?