how to return a value from javascript to webcontrol
I have a function in javascript which returns a bool value. that value must be read in form1.aspx.cs and do the regarding actions based on the return value. How can i return through javascript and retrieve it. can anybody solve my problem.