How do I get all values displayed in my grid so that I can pass them as parameters for a stored procedure?
I have a radgrid that displays ID(PK), courseID, Course, and StudentID. I have a button outside of the grid called RegisterAll. If RegisterAll is clicked I would like to pass all of the displayed rows as parameters to a stored procedure that will insert them into a table.
Thanks
I have a radgrid that displays ID(PK), courseID, Course, and StudentID. I have a button outside of the grid called RegisterAll. If RegisterAll is clicked I would like to pass all of the displayed rows as parameters to a stored procedure that will insert them into a table.
Thanks