Hi, I've added a custom user control to the editcustomer.ascx control in the admin console. It basically does a query of extension data against the customer table, and displays some inputs. The editcustomer.ascx code is then modified to read those values and update the extension data within the existing update statement.

This all works fine, but after saving and closing the editcustomer control, the grid view is no longer responsive to any clicks. I can't open a different customer, change pages or search. When debugging, it does not appear that any action at all is getting to the server.

I'm not terribly familiar with ajax. Does anyone have any idea what might be happening, that could cause this? No errors are thrown anywhere in the execution process, that I can see.

Thanks,