Skip to main content
RegisterPostBackControl Method (control)
Entry Date: Rate:
Site:
Keywords:
RSS Description:
Registers a control for postback. This method is used for postback controls inside an UpdatePanel control that would otherwise perform asynchronous postbacks.
Comments:

This method is not very well know, but quite useful for scenarios where you need perform a full postback on a button that is inside of an UpdatePanel

You don't have to fight anymore to fit outside from the UpdatePanel that full postback button, and you can activate just by adding one line of code in your codebehind.