Trigger user control post back from client side
Posted
by Narmatha Balasundaram
on Stack Overflow
See other posts from Stack Overflow
or by Narmatha Balasundaram
Published on 2010-04-06T16:16:13Z
Indexed on
2010/04/06
16:23 UTC
Read the original article
Hit count: 257
Can a post back to the user control be triggered from javascript (on the client side) without updatepanels?
What I am trying to achieve is this
- Initially the page and the user control are loaded with default values
- The parent pages makes a PageMethod request
- When the data is available (from the PageMethod request), the user control has to be reloaded to update with the new values
© Stack Overflow or respective owner