Using ASP.NET C# and Javascript
- by ctck
I'm looking for the most efficient / standardized way of passing data between client javascript code and C# code behind in an ASP.NET application. Currently ive been using the following methods to achieve this but they all feel a bit like a fudge.
The way i pass data from javascript to the C# code behind is by setting hidden asp variables and…