Project DescriptionThe toolkit is a project to build some useful web Control library, which will be useful in your DotNetNuke(DNN) development. Currently only the first one control is the simple paging control. More controls to come. If you want to contibute feel free to contact me.
Simple Paging Control:you can use the Simple Paging Control to build your paging application. it will create more simple HTML markup and more lightweight.
related links:
DNN Paging Control使用方法:
http://www.cto20.com/cto20/tabid/647/EntryId/46/DNN-Best-Kept-Secrets-Part-1-DNN-Paging-Control.aspxDNN Paging Control的缺陷
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/postid/96091/scope/posts/Default.aspxyou can find how it can be applied here:
http://www.dnnsun.com/Community/BaldwinsBlog.aspxScreen shot:
How to use it?you can follow those steps below when you decide to use the toolkit:
1) copy the dll in your bin folder and reference it
2) register it in your .ascx(user control) or .aspx page :
<%@ Register TagPrefix="toolkit" Namespace="DnnSun.WebControls.Toolkit" Assembly="DnnSunToolkit" %>
3) user it like this:
<toolkit:SimplePagingControl ID="ctlPagingControlBottom" runat="server" ResourceFile="~/desktopmodules/SunBlog/App_LocalResources/SharedResources.resx" CssClass="entryPaging" CSSClassLinkInactive="currentPage"/>
4) you can user it similar with the dnn paging control in code behind like, enjoy...
http://www.dnnsun.comThe professional provider of DotNetNuke support, skin design and custom module development.Additional information on starting a new project is available here:
Project Startup Guide.