This is a migrated thread and some comments may be shown as answers.

All key values in grid

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
L
Top achievements
Rank 1
L asked on 16 Dec 2010, 02:52 PM
hi

i have a stored proc that does updates based on primary key.

basically, i want to update a field in a table based on the product key that is found the in radgrid.

for example, my radgrid now shows 5 products and i want to update my table based on those listed in a radgrid.

how should i go about it? thanks

1 Answer, 1 is accepted

Sort by
0
Rafaga2k
Top achievements
Rank 1
answered on 16 Dec 2010, 03:48 PM
Assuming that you are using MSSQL you can use a temporal table to store the ids in the grid and your store procedure use that table to update the data

not an elegant solution but pragmatic
Tags
Grid
Asked by
L
Top achievements
Rank 1
Answers by
Rafaga2k
Top achievements
Rank 1
Share this question
or