Weird behavior from ClientID property

Trinity_Alaska

New Member
I am coding up a new user control. For my JavaScript to manipulate the control, I want to pass the Control.ClientID, but rather than passing the ASP.NET generated identifier, it is passing the value set for the ID property.<BR><BR>Anyone seen this before?
 
Back
Top