|
2 |
put the asp.net tag on
|
||
|
1 |
|
||
Why does the Update Panel do a full post back for custom control?I have a rather complex custom control - the custom control has a couple of update panels in it. I am trying to use the control like this inside of an update panel:
When I click the button in the update panel, it does an async post back and there is no screen "flicker" When I click a button in my custom control the page flickers and does a full post back. Inside the custom control, there are update panels that are trying to do full postbacks (based on triggers). How can I make the page level UpdatePanel not do a full postback no matter what is going in inside of the custom control?
|
||||
