Sunday, April 20, 2008

Gridview with a single ModalPopupExtender/Panel for row editing

Requirements:
1) I wanted to be able to pop up an edit window for editing that disabled the background window. (or gave the appearance of being disabled)
2) I wanted to control the save and edit server side as I was using custom business objects that were bound to the grids through the ObjectDataSource control.
3) It needed to be asynchronous. I wanted functionality, but I wanted speed, and ease for the customer as well.

I found my solution in this Url:
http://www.codeproject.com/KB/aspnet/GridView-ModalPopupExtend.aspx