identify list box scroll event in asp.net
-
Hello All, i have one list box which contain more than 20,000 row so that causing very long time to load the page so i want to dispaly top 100 row at a time display in list box. so what my requirement is there when i have down the scroll bar next 100 row is loaded. So Can you please help me how can i dentify or any event which is fire when i am reach at bottom of scroll in list box? Thanks in Advance,
Anish Patel
-
Hello All, i have one list box which contain more than 20,000 row so that causing very long time to load the page so i want to dispaly top 100 row at a time display in list box. so what my requirement is there when i have down the scroll bar next 100 row is loaded. So Can you please help me how can i dentify or any event which is fire when i am reach at bottom of scroll in list box? Thanks in Advance,
Anish Patel
anish27patel wrote:
i have one list box which contain more than 20,000 row so that causing very long time to load the page so i want to dispaly top 100 row at a time display in list box.
Why you are not minimize the records by search criteria ? I want to mean, load those data which is required, rather than 20,000 records.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
anish27patel wrote:
i have one list box which contain more than 20,000 row so that causing very long time to load the page so i want to dispaly top 100 row at a time display in list box.
Why you are not minimize the records by search criteria ? I want to mean, load those data which is required, rather than 20,000 records.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
That is my requirment to display whole data in list box
Anish Patel