Sign in | Join
Last post 08-02-2007 11:11 AM by oktavakol. 2 replies.
Sort Posts: Oldest to newest Newest to oldest
Hi -
I've found out that the buttons in my tab panels no longer post back when I add validation on the input form. Is there a way around this? Has anyone solved this?
Thanks for ANY help or idea how to tackle ...
Oliver
Each tab have their own buttons? if this is a case use ValidationGroup. e.g: in tab1 assign to ValidationGroup property in your validation controls and button controls to say tab1, in tab2 assign a validationgroup property of say tab2 and so on.
the content of each tab are in a user control ... I thought that would take care of it, ... thanks for the pointer