Is there a way to set control values that are outside the UpdatePanel and a partial page update is run? We have a page with a GridView inside an UpdatePanel and when the RowDatabound event runs for the GridView footer I want to conditionally enable a LinkButton that is outside the UpdatePanel.
↧