Ion Todirel wrote:
it always renders <input type="submit" ..., and you have CssClass what else do you need?
and also isnt button obsolute? i remeber some browser can't handle it right, was it firefox?
<button> isn't obsolete; on the contrary, it's advisable to use <button> instead of <input type="submit"> since it's more accessible (the button content is within the element tags, allowing for stuff like <acrony> and <abbr> instead of as an attribute value).
Watch out though, VS2005 doesn't recognise the type="" attribute on the <button> element.