Anyone have any examples of javascript actionresults? I am having a hard time getting the script to execute once it has been returned. Thanks
This might work..
public ActionResult Search(string name) { // var someScript = Server.HtmlEncode(""); return Content("" ); }