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: How can I get the CustomerLevelID in (VB) code in an aspx page? (9.3)

  1. #1
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Question How can I get the CustomerLevelID in (VB) code in an aspx page? (9.3)

    Hi All,

    I have some VB code in which I need to use the CustomerLevelID of the current user.
    How can I get it?


    TTFN

    BFG

  2. #2
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    Hmm...

    Well that was easier than I expected...

    Code:
    ThisCustomer.CustomerLevelID

    TTFN

    BFG