hi,
thanks for your attention and time.
I have 4 different datagrids on a page which have search and data filtering options with them. Every time user search in a grid or filter data in a grid complete page is posted back and all other grid are re-filled without any need which took a lot of time. For this reason I want to replace grid with table and fill it on client side with ajax/ java script and will make it a more client side application.
I will use java script to fill the table but please guide what will be the fastest way to get data from server ? should I use web service or ado.net data service or just java script to get data from server ?
Data quantity will be good enough.
thanks
...
Go to the complete details ...