very standard code
using (Ajax.BeginForm("Search", "Subscriber", null,
new AjaxOptions
{
OnBegin = "ajaxBegin",
OnFailure = "ajaxFailure",
OnSuccess = "ajaxSuccess"
},
new{id = "ajax1121"})
{
}
its output <form action="" ...> action is empty !! I tried changing the code with another overload by removing ajaxoptions etc, no use
and most amazing, same code works at another area. I even tried copying _ViewStart.cshtml and Web.config files from the area to problem area, still not working. The area got problem name Mail
Any ideas?
Yes, no client side. Instead of putting your Controller name, put in Route object