Is it possible to have an asp button that isn\'t rendered with a type=\"submit\" tag. I don\'t want the button to submit the form, so I\'d like to have it as
type=\"submit\"
Two ways:
1) Add a OnClientClick property which returns false.
2) Or use a HTML Control i.e: