<br><br>If for whatever reason you can't do this declaratively in the aspx code, you can take care of it in the code behind. Create the dropdownlist in the edit template like above and then create a ...
The implementation of master pages is a highly anticipated feature in ASP.NET 2.0. A master page is a template that you can use to define the overall look and feel of your ASP.NET Web applications. In ...