S
shapper
Hello,
I have a two elements on my page: a GridView and form that has various
controls (textboxes, dropdownlists, etc)
When I click a GridView row I need to fill the form controls.
I will use visible and invisible columns in the gridview selected row.
Then I when I click the button of the form I am submitting the form
values but there are also a few values which I don't want to show in
the form, like RecordId (GUID) but then I will need to submit.
How should I do this?
Thanks,
Miguel
I have a two elements on my page: a GridView and form that has various
controls (textboxes, dropdownlists, etc)
When I click a GridView row I need to fill the form controls.
I will use visible and invisible columns in the gridview selected row.
Then I when I click the button of the form I am submitting the form
values but there are also a few values which I don't want to show in
the form, like RecordId (GUID) but then I will need to submit.
How should I do this?
Thanks,
Miguel