I have repeater control under the marquee tag. I want to bind only 10 record first from database and other data on background process so user can not fill that data is loading and my page also get load fast.
As marquee pass 10 records then next 10 records is loaded and so on. Is it possible to do so ?
I wouldn’t use a marquee tag to display 10 records at a time. It could be distracting to the user. What about pagination? Then the next 10 records wouldn’t load unless the user requested them
Pagination with repeater control