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: 226

Filed under:
|
|

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

  1. Initially the page and the user control are loaded with default values
  2. The parent pages makes a PageMethod request
  3. 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

Related posts about user

Related posts about control