Click here to Skip to main content
15,892,697 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25012-Apr-13 11:16
Jasmine25012-Apr-13 11:16 
GeneralMessage Closed Pin
2-Apr-13 11:24
professionaljkirkerx2-Apr-13 11:24 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25012-Apr-13 12:35
Jasmine25012-Apr-13 12:35 
AnswerMessage Closed Pin
2-Apr-13 11:36
professionaljkirkerx2-Apr-13 11:36 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25012-Apr-13 12:59
Jasmine25012-Apr-13 12:59 
AnswerRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
jkirkerx2-Apr-13 16:44
professionaljkirkerx2-Apr-13 16:44 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25012-Apr-13 18:34
Jasmine25012-Apr-13 18:34 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
jkirkerx3-Apr-13 6:56
professionaljkirkerx3-Apr-13 6:56 
OK!

That clarifies things for me. I guess like Richard Says, The first guest is the best guess, and I was on the right track after all. So I deleted messages containing actual help, but after looking at the Kendo Project, I had to back up and question who wrote or modified something that was working.

The following JSON, is it going in, or being returned?
{
    "__type": "TestWebSite.Person",
    "ID": 5,
    "LastName": "Adamson",
    "FirstName": "Danielle",
    "Phone": "303-555-1212",
    "EntityState": 2,
    "EntityKey": {
        "EntitySetName": "People",
        "EntityContainerName": "SandboxEntities",
        "EntityKeyValues": [
            {
                "Key": "ID",
                "Value": 5
            }
        ],
        "IsTemporary": false
    }
}


You should post the header to the web service, and the 3 web services, can't tell if you have the required attributes needed for Jquery.
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25013-Apr-13 9:40
Jasmine25013-Apr-13 9:40 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
jkirkerx3-Apr-13 10:39
professionaljkirkerx3-Apr-13 10:39 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25013-Apr-13 13:05
Jasmine25013-Apr-13 13:05 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
jkirkerx3-Apr-13 16:03
professionaljkirkerx3-Apr-13 16:03 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25013-Apr-13 18:12
Jasmine25013-Apr-13 18:12 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
jkirkerx3-Apr-13 18:38
professionaljkirkerx3-Apr-13 18:38 
GeneralRe: JQuery/JSON/ASP.Net/AJAX/Entity Framework trouble Pin
Jasmine25014-Apr-13 6:44
Jasmine25014-Apr-13 6:44 
QuestionSocial Share Component Pin
Jassim Rahma1-Apr-13 5:43
Jassim Rahma1-Apr-13 5:43 
AnswerRe: Social Share Component Pin
Sandeep Mewara1-Apr-13 6:18
mveSandeep Mewara1-Apr-13 6:18 
GeneralRe: Social Share Component Pin
AspDotNetDev1-Apr-13 6:41
protectorAspDotNetDev1-Apr-13 6:41 
GeneralRe: Social Share Component Pin
Sandeep Mewara1-Apr-13 6:52
mveSandeep Mewara1-Apr-13 6:52 
GeneralRe: Social Share Component Pin
AspDotNetDev1-Apr-13 7:01
protectorAspDotNetDev1-Apr-13 7:01 
GeneralRe: Social Share Component Pin
Sandeep Mewara1-Apr-13 7:20
mveSandeep Mewara1-Apr-13 7:20 
AnswerRe: Social Share Component Pin
AspDotNetDev1-Apr-13 6:40
protectorAspDotNetDev1-Apr-13 6:40 
GeneralRe: Social Share Component Pin
Jassim Rahma1-Apr-13 6:43
Jassim Rahma1-Apr-13 6:43 
GeneralRe: Social Share Component Pin
AspDotNetDev1-Apr-13 6:48
protectorAspDotNetDev1-Apr-13 6:48 
GeneralRe: Social Share Component Pin
Jassim Rahma1-Apr-13 6:55
Jassim Rahma1-Apr-13 6:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.