I have two UpdatePanels the first has a gridview and a sqldatasource in it but when I try to update the gridview from the second UpdatePanel2 with this:
UpdatePanel1.Update()
Nothing happens.
Is there a command to update the gridview from UpdatePanel2?
Go to the complete details ...