I am manually using the (ASP.NET) javascript __doPostBack
function. I am trying to be able to return a value from the server function that it calls. Google is not helping me out. Can someone tell me how I can do that.
I have an HTML button which has a click event that does a postback. Now I want it to return a value to my client to display to the user.