validator control error
-
Hello friends.. I am facing one problem with requiredfieldvalidator .My .aspx page contains top, bottom and left web user controls. The middle part of the page contains some textboxes and requiredfield validator associated with them. Left control displays some menus. I use link button to display links on the left control. Now, whenever i click on the link buttons the requiredfiledvalidator displays error because the textbox is empty.The important fact is that both linkbuttons and requiredfieldvalidator lies on same page. How to avoid this?
-
Hello friends.. I am facing one problem with requiredfieldvalidator .My .aspx page contains top, bottom and left web user controls. The middle part of the page contains some textboxes and requiredfield validator associated with them. Left control displays some menus. I use link button to display links on the left control. Now, whenever i click on the link buttons the requiredfiledvalidator displays error because the textbox is empty.The important fact is that both linkbuttons and requiredfieldvalidator lies on same page. How to avoid this?
-
Set the
CausesValidation
Property of the LinkButton to false.Regards
J O H N :rose:
"Even eagles need a push." David McNally