UpdatePanel refresh from client
Posted
by Voice
on Stack Overflow
See other posts from Stack Overflow
or by Voice
Published on 2010-05-26T08:10:15Z
Indexed on
2010/05/26
14:01 UTC
Read the original article
Hit count: 201
Hi I'm trying to refresh update panel via Javascript:
__doPostBack("<%=upMyPanel.ClientID %>", "");
But somehow its controls are all empty. On other hand they are all filled when I click any trigger control. How can I fix this? thanx.
© Stack Overflow or respective owner