Thank you in advance.
When a System.Web.UI.WebControls.DropDownList is used is it possible to override the name attribute? Using the .ID will give both id and name attributes the same value. Using .Attribute for id and name will apply them only after .Net assigns a generated name attribute.
It would also be nice to know how to access the .Net generated name for that control at runtime.