Click here to Skip to main content
15,885,366 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am new to MVC WEB API programming. I have created a GRID that executes a GET call and displays the data from an External API. Works - no issues. I have added a hyperlink to the Row so the user can view the details of a record. Sounds simple enough. When I hit the Details Controller I set a breakpoint and see the values as expected(usingNewtonsoft.JSONConvert to deserialize). Still looking good at this point. However, when the Detials page loads, there is no data displayed in the html fields. I have Googled and Googled and I am stumped as to why it will not display the data.

What I have tried:

I have tried several different methods. I can post my code to any takers who have the knowledge to help me out. Thanks in advance!
Posted
Comments
SeeSharp2 27-Jul-21 12:20pm    
Correct, you will have to post the relevant code for anyone to be able to help.

Also, check the console in your developer tools. You may be getting a javascript error which is preventing anything from getting called.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900