hi,
i am using json with dojo in asp.net but i dont know how to bind girdview using json at client side.Please me out.
thanks
nitin yadav
Loading
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.
nitin yadavPosted Aug 5, 2011, 2:03 AM
thanks for your reply but i am new to json so dont know how to bind grdiview.pls help me
Jiteendra SampathiraoPosted Aug 5, 2011, 1:42 AM
Follow these steps:
1. Use webservice to return JSON.
2. Create objects from JSON string by using eval method.
2. Write your own bind method.
I suggest you use AjaxDataControls GridView at http://weblogs.asp.net/rashid/!
Source: asp.Net forums
Hope this help you....