Tagged Questions
0
votes
2answers
956 views
How do I Invoke Ajax OnClick from Provider Web Part to Consumer Web Part
I am attempting to manage an ajax connection by calling a button onclick method on a separate web part in order to force the partial postback on the consumer.
Web part A (Provider) invokes the ...