you may use the control's ClientID property when in client-side..
document.getElementById('<%=myTextBox.ClientID%>').disabled = true;
hth
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 13 of 13
Threaded View
|
Click Here to Expand Forum to Full Width |