I am using MVC3 and I dont want to use Microsoft.Web.Mvc
How do I convert this code to be used in MVC3 ? The view engine is .aspx
Html.Button ("abc", "Button abc", HtmlButtonType.Button)
and also this script
$("button[name=abc]").attr("disabled",true);
Any feedback is appreciated ?