K
Ken McBryde
Is there a simple way in which I can get the Menu control to cause page
validation to happen on the client side - thus causing client side validator
components to execute before a postback is attempted?
Reason:
I have a web app that will always be accessed by the client group from IE
therefore I can fully take advantage of client side validation. To simplify
the UI I have created a tabbed dialog and have used the menu control to
manage the tabs. I'd like the client side validation to fire if the user
attempts to switch tabs whilst there is invalid data on the current tab.
I can achieve the desired Tabbed effect using panels and linkbuttons but its
not a neat as the menu control.
Thanks
validation to happen on the client side - thus causing client side validator
components to execute before a postback is attempted?
Reason:
I have a web app that will always be accessed by the client group from IE
therefore I can fully take advantage of client side validation. To simplify
the UI I have created a tabbed dialog and have used the menu control to
manage the tabs. I'd like the client side validation to fire if the user
attempts to switch tabs whilst there is invalid data on the current tab.
I can achieve the desired Tabbed effect using panels and linkbuttons but its
not a neat as the menu control.
Thanks