Community

How to Access JavaScript Variables on Postback in ASP.NET

(Deepak Choudhari) When you want to access some value set in the browser in JavaScript code in your server-side code, you’ll need to pass those values to the server during postback. Fortunately, there’s a simple and straightforward way to do that in ASP.NET. All you need to do is place a hidden fiel

Read More - Register for Free Membership