Difference in usig Javascript array and Server Side processing

Difference in usig Javascript array and Server Side processing

jaspreetsinghjaspreetsingh Posts: 13Questions: 0Answers: 0
edited June 2012 in General
Hi,

I was successfully able to implment Jquery datatables with Javascript array.

Only issue was with having 1600 rows Table was taking 6-10 seconds to load data Initially.

checking Headersize in Firebug came to know that Content-Length was very large, 1.1 MB approx.

Is there any way to improve performance???.

Secondly i tried to implement Server Side Processing using Web Servics asp.net

but in vain,

Still question:

Using Javascript array, search,sorting,filtering was working automatically,

But with Server Side Processing Search was not working , in one of the sample codes i have checked.

Do we need to write seaprate code to make search work in Server side processing???.


Thanks
Jaspreet Singh

Replies

  • snarf2larfsnarf2larf Posts: 64Questions: 0Answers: 0
    For a table that large I would definitely try to use server side processing. However, the datatables search box that searches word by word for every field would be pretty taxing on the server. I would try server side with individual column filtering if you can.
  • jaspreetsinghjaspreetsingh Posts: 13Questions: 0Answers: 0
    Hi ,

    Can you please provide me any simple example in aspnet using C# Web Services to refer?.

    I am struggelting with Server Side Processing with from a week almost.

    Thanks...
This discussion has been closed.