Hi All,I wnat to set the HIDDEB FIELD VALUE THRU JS. But I am gettin the error,can anyboy help me out!
Code:<input id="HiddenField1" type="hidden" value="" runat="server" />ERROR(IMAGE ATTACHED)Code:var _textbox1= document.getElementById('<%= textbox1.ClientID %>'); document.getElementById('HiddenField1').value = _textbox1.value; alert(document.getElementById('HiddenField1').value);


Reply With Quote

