blacksource
April 22nd, 2009, 06:28 AM
i created an user control "TextBox", added an property "ExHiddenValue". but i can`t set the value of "ExHiddenValue" width javascript
document.getElementById("<%=txttruckName.ClientID%>").setAttribute('ExHiddenValue',id);
how to solve this problem
document.getElementById("<%=txttruckName.ClientID%>").setAttribute('ExHiddenValue',id);
how to solve this problem