I
imbirek8
Hi!
I would like to write something in Javascript to HiddenField:
<asp:HiddenField ID="hiddenMy" runat="server" Value="" />
And in the code behind read this value.
But this HiddenField is in user control. I use this control in many pages
and in every page this field has different value..
I don't know why, but it's error when I do:
var hidden = document.GetElementById('<%= this.gvClient.ClientID %>');
How can I find ClientId of the HiddenField ?
Thanks for help
I would like to write something in Javascript to HiddenField:
<asp:HiddenField ID="hiddenMy" runat="server" Value="" />
And in the code behind read this value.
But this HiddenField is in user control. I use this control in many pages
and in every page this field has different value..
I don't know why, but it's error when I do:
var hidden = document.GetElementById('<%= this.gvClient.ClientID %>');
How can I find ClientId of the HiddenField ?
Thanks for help