Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Paul D. Fox #1
DataGrid & Form on Same Page Post Issue
I have a datagrid that does and edit/update/delete/cancel routine and then I
have a form at the bottom of the page with an "Add" button to add a another
record. This form as validation (e.g. required fields), so when I click on
"Edit" in the datagrid and then "update" it, the form's validation summary
gets executed. How can I update the datagrid without getting the form
"posted", or at least not run the validation ?
Paul
Paul D. Fox Guest
-
Email form data AND post to a page
Newbie here... Can anyone help me? I am able to email form data successfully via CFmail upon submit. I am able to post the data to a page after... -
Error on form post page doesn't display
When I post to a CF template from a form and that CF template throws an error I get a HTTP 500 Internal server error instead of the CF Error. If I... -
How to mimic client-side form post to .php page
I was wondering if there was a way I could write a script to change my user profile/info on a site using an html form inside a .php page without... -
GET / POST conflict in a multi-page form.
Hi, Wonder if anyone can help with this problem: I am using an app with several pages, using a session to track vars between the pages, and... -
#24764 [Opn->Bgs]: Page Cannot Be Displayed when submitting form using POST method
ID: 24764 Updated by: iliaa@php.net Reported By: hksim at rocketmail dot com -Status: Open +Status: ... -
Elton Wang #2
DataGrid & Form on Same Page Post Issue
Hi Paul,
You might use following logic:
In EditCommand (Go to Update state)
disable validation
(may also disable Add button)
In UpdateCommand & CancellCommand (Return to normal state)
enable validation
(enable Add button)
HTH
Elton Wang
[email]elton_wang@hotmail.com[/email]
routine and then I>-----Original Message-----
>I have a datagrid that does and edit/update/delete/cancelbutton to add a another>have a form at the bottom of the page with an "Add"so when I click on>record. This form as validation (e.g. required fields),validation summary>"Edit" in the datagrid and then "update" it, the form'sgetting the form>gets executed. How can I update the datagrid without>"posted", or at least not run the validation ?
>
>Paul
>
>
>.
>Elton Wang Guest



Reply With Quote

