How to bind three gridview independly?
-
suppose i have three gridview on my page one after another and will display three different info like books detail,moview details and games detail. i want that when page will be displayed then my three different gridview will populate at a time idependly and when three busy indicator will be shown for three different gridview. which one will be polated first then busy indicator for that grid will be invisible. i want to do it using MS-ajax. please guide me how can i do it.
tbhattacharjee
-
suppose i have three gridview on my page one after another and will display three different info like books detail,moview details and games detail. i want that when page will be displayed then my three different gridview will populate at a time idependly and when three busy indicator will be shown for three different gridview. which one will be polated first then busy indicator for that grid will be invisible. i want to do it using MS-ajax. please guide me how can i do it.
tbhattacharjee
You can use threads to fetch data for the different grids. Threads were independently and you can use ajax to show busy indicator.
S Kumar