"we recommend that you do not rely on directly referencing the
IDs as you see them in the browser. The formula used to generate unique
IDs for child controls can change. Instead, get the value of the child
control's ClientID property in
server code and use that value to reference the child control. For
example, you might create client script dynamically in your page. If
the client script references a child control, get the child control's ClientID property and build it into your dynamic script."
How about an example?