Hi CS,
What Milosz described is mostly about the client-side ID (Control.ClientID:
http://msdn2.microsoft.com/en-us/library/system.web.ui.control.clientid.aspx
) generated from server-side controls. Which is a different concept (though
related) to the server-side ID (Contro.ID:
http://msdn2.microsoft.com/en-us/library/system.web.ui.control.id.aspx).
Another "ID" is Control.UniqueID.
To differentiate these three types of ID, please refer to following related
resources:
#Client Script in ASP.NET Web Pages
http://msdn2.microsoft.com/en-us/library/3hc29e2a(VS.80).aspx
#Shane's Blog - ASP.NET: Web Controls have an ID, a ClientID and a
UniqueID. What's the deal?
http://www.shanebauer.com/Weblog/PermaLink,guid,488f7bb3-dac8-400b-aacf-e94d
4da9b533.aspx
Anyway, please feel free to let me know if you still have any questions
regarding these properties and where/when to use them accordingly.
Regards,
Walter Wang (
[email protected], remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.