Sourav Kumar Das

Sourav Kumar Das

  • 491
  • 2.5k
  • 166k

Get Json URL to datatable in Asp.net

Feb 12 2019 1:05 AM
How to pass JSON Url in ASP.Net to get datatable values.
 
Condition if the JSON Url has status response as 'OK'  convert the JSON Url to datatable in ASP.Net or else return exit.
 
sample JSON Url ------  http://192.168.1.15:8087/user/checkuser/1004
 
if there's a solution please let me know it.

Answers (1)