Hi Guru's
I am working on the RadGrid control & stuck at a point where I want to basically do the following operation:
I have a button named "Update"
then a radgrid
The requirement is as follow: The user visits the site on load of the page he will see the grid with the selected items that he had selected in his last visit... we have these values from the database,
Now when he selects the new row I have a table in the database named : "userselected" I want that his userID should be added in the list with this new itemno that he has selected..
I am using entity framework to communicate to the database.
thanks in advance
SPTECH
I am working on the RadGrid control & stuck at a point where I want to basically do the following operation:
I have a button named "Update"
then a radgrid
The requirement is as follow: The user visits the site on load of the page he will see the grid with the selected items that he had selected in his last visit... we have these values from the database,
Now when he selects the new row I have a table in the database named : "userselected" I want that his userID should be added in the list with this new itemno that he has selected..
I am using entity framework to communicate to the database.
thanks in advance
SPTECH