Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Customing Paging Control

  1. #1
    chamberinternet is offline Member
    Join Date
    Jul 2009
    Posts
    30

    Default Customing Paging Control

    Hello ...

    Can anyone tell me on how I can customise/re-style the paging control that takes to the user to next/previous pages:

    The code that calls the control is:
    Code:
    <xsl:value-of select="aspdnsf:PagingControl($BaseURL, $CurrentPage, /root/Products2/Product/pages)" disable-output-escaping="yes" />
    Many Thanks

    Shafiq
    Using AspDotNetStorefront ML 8.0.1.2

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    Any line in an xmlpackage prefaced with aspdnsf: is an AspDotNetStorefront extension function. You can find and modify these in the AspDotNetStorefrontCore project in the XSLTExtensionBase class. Your modifications can be made in
    Code:
    public virtual string PagingControl(string sBaseURL, String sPageNum, String sNumPages)
    and will require a recompile in Visual Studio to take effect.
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>