Can you extend HtmlControls?

  • Thread starter Thread starter Steve - DND
  • Start date Start date
S

Steve - DND

Is there any way to extend the stock HtmlControls? What I'm looking to do is
to still be able to plunk down <select id="blah" name="blah"
runat="server"/> but have it use my CustomHtmlSelect class instead of the
regular HtmlSelect class. Is this possible? If so how?

Thanks,
Steve
 
Back
Top