Hi All,
i have a user control with a textbox, required vield
validator and a Button Control , I have placed the usercontrol three
times on a single page, when i run this, if i click a single button
all the required field validators fire in the other usercontrols too,
Can any one let me know how to rectify this, i tried the
validatorgroup property too, that did not work
Thanks in Advance
Thomson
bruce barker - 04 Mar 2008 17:51 GMT
use a validation groups. each instance of the user control should use a
different validation group name.
-- bruce (sqlwork.com)
> Hi All,
> i have a user control with a textbox, required vield
[quoted text clipped - 8 lines]
>
> Thomson
thomson - 05 Mar 2008 00:14 GMT
hi Bruce,
i drag and drop these usercontrols, Would you let
me know how would i apply validations groups???
Thanks
Thomson