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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top