Project Description
The 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.aspx
DNN Paging Control的缺陷
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/118/postid/96091/scope/posts/Default.aspx

you can find how it can be applied here:
http://www.dnnsun.com/Community/BaldwinsBlog.aspx

Screen 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.com
The professional provider of DotNetNuke support, skin design and custom module development.

Additional information on starting a new project is available here: Project Startup Guide.
Last edited Oct 21 2008 at 2:03 PM by sunwangji, version 9

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Version 2009.6.1.15196