开发者

asp.net: dynamically extend content

开发者 https://www.devze.com 2023-02-20 02:01 出处:网络
i\'m not sure how to call that. i\'m looking for some samples guiding me how to implement a automatic page extend. i\'m mean something like开发者_开发知识库 the friends list on facebook. first only a

i'm not sure how to call that. i'm looking for some samples guiding me how to implement a automatic page extend. i'm mean something like开发者_开发知识库 the friends list on facebook. first only a few friends are loaded. after you scroll down, some others get loaded.

thx in advance


The solution to your problem relies more on AJAX then anything else.

I suggest using jQuery Ajax, and here is a nice article that will get you started with calling ASP.NET web services via client side script. enter link description here

If you don't have experience using ajax this will probably be a lot for you to grasp. Especially if you're going to dive in with a feature like you described above.

Edit: It may be more practical to use a plugin to achieve this: scrolling jQuery plugin

0

精彩评论

暂无评论...
验证码 换一张
取 消