M
moondaddy
asp.net 2.0
I have a page with a tab control on it. Each tab has a different user
control on it. each user control is used for different data entry (like
separate data entry forms) and has its own validation controls and
validation summary control.
When I'm on the first tab, it uses all the validation control on the other
tab as well. How can I keep all the logic for the validation separate for
each UC as if they were their own pages?
Thanks.
I have a page with a tab control on it. Each tab has a different user
control on it. each user control is used for different data entry (like
separate data entry forms) and has its own validation controls and
validation summary control.
When I'm on the first tab, it uses all the validation control on the other
tab as well. How can I keep all the logic for the validation separate for
each UC as if they were their own pages?
Thanks.