Setting hidden input value in Javascript, then accessing it in c# codebehind
- by Siegesmith
Thank you for reading my question.
I have been trying to set the value of a hidden input by using Javascript and then access the value from within my C# codebehind. When I run the code that is copied below, the value that is assigned to assignedIDs is "", which I assume is the default value for a hidden input. If I manually set the value in the…