24 Dec 2015

Postback from UpdatePanel

If we want to invoke a postback event from a control inside updatepanel

we need to add a trigger tag at the end of the updatepanel like this
<Triggers>
            <asp:PostBackTrigger ControlID="[Control ID from which post back event has to be fired]" />

</Triggers>

No comments:

Post a Comment