Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DropDownListFor binding
Message
From
15/01/2013 13:27:08
 
General information
Forum:
ASP.NET
Category:
MVC
Environment versions
Environment:
C# 5.0
Miscellaneous
Thread ID:
01562476
Message ID:
01562723
Views:
25
>The Details method is never called :( I don't know how to really trace jquery as the underlying code is too hard for me. I see something is going on in the debugger, but I never see any alert.
>
>I've changed the code to
>
>
>  $.getJSON(url, id, function (data) {
>                    //  setFormControls(data.Id, data.Role, data.Location, data.JobType, data.Description);
>                    alert(data);
>                });
>
>Do you or anyone see what is wrong here?

If it's not returning then presumably the url is wrong. Does the controller get hit?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform