Ask a Question related to ASP.NET General, Design and Development.
-
Christophe #1
customValidator in DATAGRID
hi everyone,
i' ve got a datagrid in which there is a column with an input texbox
in the column "template", i've added a customvalidator an one button
this validator is here to check the input box (named qte)
and the button is to update the data from this box (each button from that
column is set to "causeValidation", and all other buttons in the page are
set to "false " to "causevalidation")
i've done a ServerValidation function, which work well
my problem is that this function is fired foreach texbox
i would like this one to be executed only once for the textbox that I press
the associated button
is it possible?
Christophe
Christophe Guest
-
CustomValidator inside Datagrid
How i can validate a CustomValidator inside datagrid Thanks -
CustomValidator and XMLHTTPRequest
yes. "Anatoly" <anatolyr@gilat.com> wrote in message news:#feBwBqVDHA.2248@TK2MSFTNGP10.phx.gbl... -
CustomValidator bug?
Hi. I am fighting the CustomValidator strange behavior for second day already. I created some test project which is only to reproduce the... -
CustomValidator controls
I have a User Control which has one CustomValidator control. In debug I can see that validation is failing in UserControl::Page_Load and IsValid... -
CustomValidator limitation?
I have one CustomValidator that compares 2 password fields together, and the other that checks for a contact method and its correspoding details...



Reply With Quote

