I have a grid in an update panel....if I dont have 'OnUnload="UpdatePanel_Unload"' in my update panel, i get an error ' Cannot unregister UpdatePanel with ID 'userPanel' since it was not registered with the ScriptManager. This might occur if the UpdatePanel was removed from the control tree and later added again, which is not supported.'
If i do have that action added, the panel enable persistence feature does not work. If i remove the update panel all together, it works but the entire page refreshes. I want to be able to update fields in the update panel w/o having to refresh the field while keeping persistence on the grid. Attached is my aspx code snippet.
The on row selected hits the db to retreive information and populate the info in the row below the grid....the button then updates the db with whats in the text boxes and should refresh the grid data.
Attachment:
snippet.aspx_70329851.zip