I have a page with news in it. I can't just fetch data and display 300+ news on my page.
so i tried paging
but in asp.net paging previous records are not on the page. I want paging
something like facebook's
main page where new records appears after old records.
I surf but could not find something like that. Can anyone help me. How do i make it?
A single or a tip can be useful for me.
Note:
Difference is that i want the content to load when i click on a see more news
button in the bottom.
Thanks for your response.
Finally i used simple paging instead of what i want. I used two buttons for back and forth. Cant find the solution i want.