G
Guest
I have several RequiredFieldValidator in my page, but I need to do postback,
so I have to disable them temporarily. I do this with Page_ValidationActive
on client-side ("onClick="Page_ValidationActive=false;").
How can I change this property back to true in my server-side code? I need
to do it when I ckick on a server-side button so that now I can validate that
all the textboxes are filled.
Thanks.
so I have to disable them temporarily. I do this with Page_ValidationActive
on client-side ("onClick="Page_ValidationActive=false;").
How can I change this property back to true in my server-side code? I need
to do it when I ckick on a server-side button so that now I can validate that
all the textboxes are filled.
Thanks.