0
kicks
How to get ASP.NET 2.0 Button WebControl to render as type="button"
The default .NET Button WebControl renders as an input type="submit" control. This quick article describes how to get it to render as an input type="button" and the difference between the two.