Of of the ASP.NET enhancements which first made an appearance in the Visual Studio 2010 PDC CTP release is the ability to set a client Id which you can be confident will be used when the control renders it's markup. All of the samples in this post will use the following Server Control: using System.Web.UI; using System.Web.UI.WebControls; namespace TestControls ...