Search Results

0
votes

Calling a javascript function with a parameter retrieved from the model in ASP.NET MVC

<%@ Import Namespace="System.Web.Script.Serialization" %> <% var js = new JavaScriptSerializer(); %> ... NewExistingPicture(<%= Html.Encode(js.Serialize(Photo.PhotoName)) %&g …