What are the differences between HtmlButton and Button Web server control?

  • Thread starter Thread starter Michael
  • Start date Start date
M

Michael

Only difference I noticed is in VS.NET, where I can see the events in the
Properties window for the Button Web server control.

Thanks.
 
The set of properties for Html and Web controls is different.

Another difference is that HtmlButton renders as <button>. It is supported
by IE only.

Eliyahu
 
Back
Top