J
James Radke
Hello,
I have a datagrid on a vb/asp.net webform. Due to the number of elements on
each line item we have opted to not use in-line editing for each row, but
instead we are making the first item "clickable" which will then copy the
selected rows information to one row of data entry fields - textboxes (not
all items in each row of the datagrid are editable) located at the bottom of
the screen.
Here is my question: since we already have all the information on the web
form in each of the datagrid's rows, is there a client-side javascript
method we can use to transfer the data from the datagrid to the textbox
fields so that we don't have to perform another roundtrip to the server as
well as the additional database reads?
If there is a way to do this, can someone share an example?
Thanks!
Jim
I have a datagrid on a vb/asp.net webform. Due to the number of elements on
each line item we have opted to not use in-line editing for each row, but
instead we are making the first item "clickable" which will then copy the
selected rows information to one row of data entry fields - textboxes (not
all items in each row of the datagrid are editable) located at the bottom of
the screen.
Here is my question: since we already have all the information on the web
form in each of the datagrid's rows, is there a client-side javascript
method we can use to transfer the data from the datagrid to the textbox
fields so that we don't have to perform another roundtrip to the server as
well as the additional database reads?
If there is a way to do this, can someone share an example?
Thanks!
Jim