Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
24 Points
14 Posts
Apr 07, 2011 02:56 PM|LINK
I'm pretty sure your getting the 500 because you using
@functions { methods }
use this to enclose the code instead
@{ //instead of a return write to the reponse object Json.Write(value,Response.Output); }
Jessemlay
Member
24 Points
14 Posts
Re: jQuery inside Razor
Apr 07, 2011 02:56 PM|LINK
I'm pretty sure your getting the 500 because you using
@functions { methods }use this to enclose the code instead
@{ //instead of a return write to the reponse object Json.Write(value,Response.Output); }