I would make a habit of name each control if you can. If you don't
then you may run into a situation where the ID given to it by .Net
will change, and then the viewstate for that control will not be
preserved.
You can just use the ClientID property of the control. This will give
you full control ID name.
Neil
[quoted text, click to view] "Arnold" <anonymous@discussions.microsoft.com> wrote in message news:<d30a01c3efa6$45571390$a301280a@phx.gbl>...
> Hello All,
>
> Please how do I get to know the full dom name for a
> control at runtime after it is rendered in a page so it
> can be used in client side javascript?
>
> Thank you
>