cant send javascript variable to server-side code behind
i want to send value (which is in my javascript) to an asp hiddenfield value so i can access the variable in code behind (C#). so i have a hiddenfield: <asp:HiddenField id="SendA" value="ee" runat="server" /> and in my javascript: function…