G
Guest
Hi all,
I am having a slight problem that hopefully, someone can help me fix.
I have a form on a page. Many items on the form have validation controls
attached.
Also on this form are linkbuttons which must not cause validation. I have
found a setting "causeValidation" to disable the validation.
Also on the page, I have a datagrid that I will edit lines on. I can click
edit and cancel without enforced validation, however, if I click Update, the
validation comes up.
I have tried to put a causesValidation="false" in the linkbutton column on
the datagrid but to no avail.
When I hover over the Update link, I have...
javascript:{if {typeod(Page_ClientValidate) != 'function' ||
Page_ClientValidate()) __doPostback...
in the status bar.
How can I override the Update link to prevent the validation from happening?
Also, if I was to limit just the Update to the datagrid text boxes, how
would I validate those?
A third Q... when in edit mode of the datagrid, how can I use a DropDownList
instead of a text box?
Thanks.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Portal franchises available
I am having a slight problem that hopefully, someone can help me fix.
I have a form on a page. Many items on the form have validation controls
attached.
Also on this form are linkbuttons which must not cause validation. I have
found a setting "causeValidation" to disable the validation.
Also on the page, I have a datagrid that I will edit lines on. I can click
edit and cancel without enforced validation, however, if I click Update, the
validation comes up.
I have tried to put a causesValidation="false" in the linkbutton column on
the datagrid but to no avail.
When I hover over the Update link, I have...
javascript:{if {typeod(Page_ClientValidate) != 'function' ||
Page_ClientValidate()) __doPostback...
in the status bar.
How can I override the Update link to prevent the validation from happening?
Also, if I was to limit just the Update to the datagrid text boxes, how
would I validate those?
A third Q... when in edit mode of the datagrid, how can I use a DropDownList
instead of a text box?
Thanks.
Best regards,
Dave Colliver.
http://www.AshfieldFOCUS.com
~~
http://www.FOCUSPortals.com - Portal franchises available