ASP.NET - Passing values from javascript to code behind
Asked By tousif khan on 30-Jan-13 06:40 AM
I have a variable in aspx.cs when i click the datagrid particualr row then from the javascript i should get that value and pass into aspx.cs variable, how to do this? could you please tell me?