{"Movies":[{"Movie":
{"id":"21",
"name":"BombayTalkies",
"image":"http:\/\/projects.device-developer.com\/gettickets\/img\/uploads\/movie\/original\/1367224274168.jpg",
"screen":"screen3",
"time":"2013-07-20 15:00:00"
}
},
{"Movie":
{"id":"91",
"name":"Aashiqui 2",
"image":"http:\/\/projects.device-developer.com\/gettickets\/img\/uploads\/movie\/original\/1367218928839.png",
"screen":"screen2",
"time":"2013-07-20 18:00:00"
}
} ] }
how to select above data? i want to extract data in label like
id moviename movieimage screen time
91 Aashiqui2 picturebox screen2 2013-07-20 18:00:00
img aashiqui
how to select above data? i want to extract data in label like
id moviename movieimage screen time
91 Aashiqui2 picturebox screen2 2013-07-20 18:00:00
img aashiqui
Dipika ShahPosted Jul 22, 2013, 2:36 AM
Iftikar HussainPosted Jul 21, 2013, 11:15 PM
Regards,
Iftikar
Sanjeeb LenkaPosted Jul 21, 2013, 9:41 AM
using System.Web.Script.Serialization;
Dipika ShahPosted Jul 21, 2013, 9:11 AM
Dipika ShahPosted Jul 21, 2013, 9:04 AM
instead of
JavaScriptSerializer js = new JavaScriptSerializer();
plz, tell me other directive..
Iftikar HussainPosted Jul 21, 2013, 3:02 AM
Regards,
Iftikar
Iftikar HussainPosted Jul 21, 2013, 2:59 AM
Regards,
Iftikar
Dipika ShahPosted Jul 21, 2013, 2:49 AM
using this encoding i got following data in my label
now i convert this data in follwing way:
id moviename movieimage screen time
91 Aashiqui2 picturebox screen2 2013-07-20 18:00:00
img aashiqui
so, how to get data this way?
Iftikar HussainPosted Jul 21, 2013, 2:27 AM
Regards,
Iftikar
Iftikar HussainPosted Jul 21, 2013, 2:24 AM
Regards,
Iftikar
Dipika ShahPosted Jul 21, 2013, 2:19 AM
Iftikar HussainPosted Jul 21, 2013, 2:06 AM
Regards,
Iftikar
Dipika ShahPosted Jul 21, 2013, 1:50 AM
Iftikar HussainPosted Jul 21, 2013, 1:44 AM
Try like this
Regards,
Iftikar