Trigger user control post back from client side
- by Narmatha Balasundaram
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