Hi!
I have a simple question - I use update panel with custom server control inside. I call __doPostBack from javascript and RaisePostBackEvent on the server fires (I implement IPostBackEventHandler). This is client to server call. Could I return data back to the client (after this partial postback)? What is the best way to achieve this?
Thank you!