Renders the System.Web.UI.HtmlControls.HtmlSelect control's attributes to the specified System.Web.UI.HtmlTextWriter object.
The HtmlSelect.RenderAttributes(System.Web.UI.HtmlTextWriter) method renders the name attribute of the System.Web.UI.HtmlControls.HtmlSelect control directly to ensure that it has the same value as the System.Web.UI.Control.UniqueID property. After rendering the attribute, the HtmlSelect.RenderAttributes(System.Web.UI.HtmlTextWriter) method calls the base class's HtmlContainerControl.RenderAttributes(System.Web.UI.HtmlTextWriter) method.
The HtmlSelect.RenderAttributes(System.Web.UI.HtmlTextWriter) method is used primarily by control developers extending the functionality of the System.Web.UI.HtmlControls.HtmlSelect control.