Issue in validation control
Hello,
I have few linkbuttons and a Button control and few textboxes.
if i click my button control i want all the textboxex to be validated. it worked.
-But even if i click other linkbutton controls which is used for other purposes, it validates the textboxes too. i dont want that to be done. so i used
linkbutton1.causesvalidation="false";
- similarly i did that for all other linkbuttons. so it worked.
-Is there any other way, otherthan doing this because what if i want one of the linkbutton to cause validation for other purpose?
-Thanks
|