Archives
-
ASP.NET Controls - Improving automatic ID generation : The ShortIDs Naming Provider (Part 4)
In the previous posts on this subject I wrote about why automatic ID generation should be improved and how we can improve it. Now I will step forward and show you my own implementation of a specific naming provider.
-
ASP.NET Controls - Improving automatic ID generation : Architectural Changes ( Part 3)
Naming container controls are a subclass of standard controls, that differ in the ability to manage child controls' ID, in fact, these naming container controls are the key to unique ID generation. To become a namingcontainer a regular control must implement the INamingContainer interface.