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