hiya,
I have a "refresh" button in the grid that refreshes the grid:
<asp:LinkButton ID="lnkRefresh" runat="server" CausesValidation="false" CommandName="RebindGrid"
Visible="true"><img style="border:0px" alt="" src="DataEditing/img/Refresh.gif" /> Refresh</asp:LinkButton>
What I need it to do is refresh the entire page, ie, the controls that are OUTSIDE the grid.
I this possible?
many thanks,
yogi
I have a "refresh" button in the grid that refreshes the grid:
<asp:LinkButton ID="lnkRefresh" runat="server" CausesValidation="false" CommandName="RebindGrid"
Visible="true"><img style="border:0px" alt="" src="DataEditing/img/Refresh.gif" /> Refresh</asp:LinkButton>
What I need it to do is refresh the entire page, ie, the controls that are OUTSIDE the grid.
I this possible?
many thanks,
yogi