I have a rad grid on a page. When I click the edit button on a row it opens a user control that I have created with textboxes, dropdowns, etc. I am binding the data to these controls by storing the edit row ID in a session variable and passing it to a stored procedure using a data provider model. It works great. I try to do the same thing to update the data in the database with changes and Rebind my data after the update but nothing happens. The data doesn't change and I don't get an error. I have no idea why this is not working. Is there something the rad grid does to prevent the update from happening? I have ran SQL Profiler to see if the update stored procedure is actually getting executed and it is, but all the values passed stay the same as they were before I changed them. ANY HELP PLEASE!!!