Difference in usig Javascript array and Server Side processing
Difference in usig Javascript array and Server Side processing
jaspreetsingh
Posts: 13Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies
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...