Datatable with Asp.net

Datatable with Asp.net

pavalanpavalan Posts: 2Questions: 0Answers: 0
edited February 2014 in General
I am binding datatable using Asp.net . Which means i created one asp.net literal control and i added all my rows in that and then binding this literal control. Everything is fine. But now i am facing problem in performance wise . I need to show 1500 records it will take long time to bind the records.What is the issue? What i have to do for boost the performance

Replies

  • rgl928rgl928 Posts: 7Questions: 0Answers: 0
    Hi, I was facing the same problem and I started using server side approach. Here's the reference. http://www.datatables.net/usage/server-side
  • pavalanpavalan Posts: 2Questions: 0Answers: 0
    Hi thanks for your links.. do you have any sample for server side approach using asp.net? I searched in google most of the examples using PHP or MVC but i cannot find sample for asp.net.
This discussion has been closed.