HI
I have to pass url of images from database through url (as json string ) .Can anybody help me?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Afzaal Ahmad ZeeshanPosted Jun 14, 2015, 10:51 AM
var list = { "url1", "url2", "url3" };// Add the list to the session
Session["list"] = list;