This control demonstrates how it can prevent ASP.NET from generating a unique ID. Sometimes this is useful when you really want to enforce a certain ID, when for example an external application (such as a banking application) requires a specific ID.
NOTE: Be careful when using this control. When you end up with multiple controls using the same ID, you will get unexpected results.
Link to the markup for this page
Link to the code behind this page
Go back to the toolbox