UpdatePanel update without trigger button
Posted
by
dragonfly
on Stack Overflow
See other posts from Stack Overflow
or by dragonfly
Published on 2011-01-12T13:52:12Z
Indexed on
2011/01/12
13:53 UTC
Read the original article
Hit count: 319
Hi,
I have an UpdatePanel with ContentTemplate specified. When page loads, user can do some AJAX work in other part of the page. Then, after that work is finished, I would like to update only content inside UpdatePanel, but without pressing any buttons etc. I should be done automatically using JavaScript when previously started AJAX work finishes. How to do it without manual clicking on the trigger button?
Thanks, Pawel
© Stack Overflow or respective owner