I have a GridView inside an UpdatePanel, and due to some error that I cannot find when I upload a file (via an iframe inside another update panel), the background images of my buttons are not showing.
I thought that since the download does not need to update the panel (which causes the error), I want the UpdatePanel not to be updated only in this case.
I know that I can use the attribute "ChildrenAsTriggers = false", but I do not want to put updatePanel1.Update () in every function called inside gridview.
Any solutions?
Thanks in advance
source share