搜索结果
-
开源项目:(13)
项目名称::other-resource
项目简介
login model(contains validate),pager,cglib2.2,bookstore,guestbook
项目名称::multipagesample
项目简介
Add some methods in a BasePage. all front-end pages derives from BasePage. In the BasePage, creating viewstate for gridview data and others involved. The viewstate is only for selected rows so far.
项目名称::aspnetpager
项目简介
Outputs page numbers for selecting pages and arrows for previous and next pages. Uses query string variables to determine which page to load based upon the total results given for the result set.
Automatically removes arrows and page numbers based upon the currently selected page. ...
项目名称::prjx
项目简介
I am planning to submit my reusable snippets, library under the name PrjX, you can free to pronounce as you want. Though I would love to pronounce it as Project X. ;)
项目名称::gae-query-pager
项目简介
At the present time, the Google App Engine does not provide a built-in pagination support. There are various methods how one can implement limited pagination manually, but writing the paging queries by hand can be tedious and error-prone. Thus this pager tries to alleviate this problem by providing an automatic way to generate appropriate paging queries from a base query, and then using these queries to page through the data. ...