1
Answer

Convert a json string into datatable

Convert the Json string into datatable
 Path is :- https://affiliate-api.flipkart.net/affiliate/api/.json
check this path and get the json in string format.
Create a datatable for a specific element(tag) which is "apiListings" in this Json.
Note:- Datatable should be as column name and value
                      "resourceName":"tv_video_accessories",
                                                      "put":null,
                                                       "delete":null,
                       "post":null,
                                                       "get":"https://affiliate-api.flipkart.net/affiliate/feeds/rohitdude/category",
                       "deltaGet":null
 
 Please help me as soon as possible.
 
Answers (1)
0
jrosa

jrosa

NA 7 0 20y
I found my own solution... I found that I could not have a DateTimePicker control bound to the dataset. When the DateTimePicker control was bound to the dataaset, the data would not display in any of the controls on the form. When I "un-bound" the DateTimePicker control, then the data woudl display properly. I bound an edit box to the date column and then updated the DateTimePicker control when the value of the edit box changed.