hai all,
i have a text box(asp.net control) named as txtName,
i set a data to it using javascript as:
[HTML]document.getEle mentById('<%=tx tName.ClientID% >').value="Nirm al";[/HTML]
it works fine,
but when i set property to txtName as visible="false"
i cant set data to it.
plz help me to overcome this. thank you.
i have a text box(asp.net control) named as txtName,
i set a data to it using javascript as:
[HTML]document.getEle mentById('<%=tx tName.ClientID% >').value="Nirm al";[/HTML]
it works fine,
but when i set property to txtName as visible="false"
i cant set data to it.
plz help me to overcome this. thank you.
Comment