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 6 of 6

Thread: Hyperlink to Admin customer page to edit customer

  1. #1
    lrbrister is offline Junior Member
    Join Date
    Nov 2009
    Location
    Coral Springs Florida
    Posts
    2

    Thumbs down Hyperlink to Admin customer page to edit customer

    Is there a QueryString that allows me to bring bup a specific customed in edit mode when the Return URL is
    http://www.mycompany.com/admin/defau...stomerid=63056 on login redirect?

    Obviousely the Querystring above doesn't work...What would?

  2. #2
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Please use this instead:
    Code:
    http://{domain}/{AdminDir}/cst_account.aspx?Customerid=####

  3. #3
    lrbrister is offline Junior Member
    Join Date
    Nov 2009
    Location
    Coral Springs Florida
    Posts
    2

    Default Header

    Yes...but when I do that the header is missing with the menus above

  4. #4
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Yes, because you're simply invoking the page. The entire admin panel is divided into frames and whenever a page is invoked, the frame named content will serve as its target.

  5. #5
    lrbrister is offline Junior Member
    Join Date
    Nov 2009
    Location
    Coral Springs Florida
    Posts
    2

    Default Header

    So I would have to do something to reframe it then?

    And...if I send the link in an email how do I invoke the ReturnURL?

  6. #6
    Jao is offline Senior Member
    Join Date
    Oct 2008
    Posts
    1,132

    Default

    Simply include a target property to the <a> tag and set it to content.