Rank: Advanced Member Groups: Member
Joined: 9/6/2007 Posts: 133
|
Is there any way to automatically make it so that anything within a Callback panel is a trigger? I have a user control within a Callback panel, and the user control causes postbacks. When the postback occurs, the entire page refreshes. I tried setting the user control as a trigger for the Callback panel, but that didn't work.
With .Net UpdatePanel, it seems to automatically consider child controls to be triggers...
Thank you!
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. You must explicitly set the Trigger with our CallbackPanel. You can use a container control (such as a Panel) to contain other child controls, then set the container control as a trigger though.
Thanks!
|