Hi,
I have a page which loads multiple instances of the same
user control. I want to be able to set the id property in
the code behind file, so that I can access the control in
client side java script.
It appears that asp.net automatically generates this id
property, which I can access with control.clientId, but
this is read only. If you set the property with
control.id="myControlId" asp.net tags other stuff on to
the front of this.
Is it possible to set the id (different for each instance
of the user control) to what I want rather than what
asp.net generates?
thanks
adam