Click here to Skip to main content
16,018,419 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to generate scroll event in code behind file in asp.net
Posted
Comments
King Fisher 3-Feb-14 7:11am    
more info
Artefakt94 3-Feb-14 8:29am    
In my opinion, you can't because it's a client event ...
Emad Al Hawary 4-Feb-14 0:37am    
more explnation



this is sample in js

$(document).ready(function() {
$(window).scroll(function() {
// do whatever you need here.
});
});
AS Rao 4-Feb-14 1:32am    
thanks for reply i have already tried above code my problem is i have to bind repeater every time when user scroll down.
can u give any suggestion.

1 solution

check this page

.scroll()


http://api.jquery.com/scroll/[^]
 
Share this answer
 

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