I\'m an Information Architect and JavaScript developer by trade nowadays, but recently I\'ve been getting back into back-end coding again. And, whilst trying to get an HTML
One method is to override the ID's manually:
public override string UniqueID { get { return this.ID; } } public override string ClientID { get { return this.ID; } }
Rick Strahl wrote a blog post with some more information on that approach.