Click here to Skip to main content
15,921,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
can anyone help,


I had a datalist an i want to apply paging using javascript.
Thank you in advance.
Posted
Comments
Reza Alipour Fard 22-Jul-13 1:17am    
If you want use from Javascript for this, your solution has not any improvement in loading your page. Because all of your data must be loaded after that your javascript can show your data by paging. Therefore I suggest to you if you want improve load page threfore don't use from JS.
sravantarun 22-Jul-13 9:39am    
Really thank you for the reply. but here is the thing i am displaying datalist as a rotator by placing checkbox and a couple of data.The problem is when i check one of the checkboxes and move to another page to check another one, i found that the checked checkbox is unchecked due to postback. Any help in this situation, that would be great.
Reza Alipour Fard 23-Jul-13 13:40pm    
For solving this problem you should set AutoPostBack="true" in your checkbox.
But this is not related to Java Script!!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900