I have initialised the value of an ASP:LABEL (called "myhiddenControl" in code below) from within a client side javascript routine.
srceEl = document.getElementById ("myhiddenControl");
srceEl.innerHTML = "TESTER";
I can see this on the screen and it works.
But when I postback, the value of the label is not being carried back to the server.
Can someone suggest what I may have missed out.
Thanks
srceEl = document.getElementById ("myhiddenControl");
srceEl.innerHTML = "TESTER";
I can see this on the screen and it works.
But when I postback, the value of the label is not being carried back to the server.
Can someone suggest what I may have missed out.
Thanks