postback link invalid for hyperlink starting with www - DOTNET

This is a discussion on postback link invalid for hyperlink starting with www - DOTNET ; Hi I have a link button and when I set the PostBackUrl to something starting with http it works fine. When I set the postbackurl to something starting with www like www.goodvalue.com it looks like it is adding the www ...

+ Reply to Thread
Results 1 to 2 of 2

postback link invalid for hyperlink starting with www

  1. Default postback link invalid for hyperlink starting with www

    Hi I have a link button and when I set the PostBackUrl
    to something starting with http it works fine. When I set the postbackurl
    to something starting with www like www.goodvalue.com it looks like it is
    adding the www to the project directory so I get
    http://localhost:2123/MyProject/www.goodvalue.com
    thanks!


    --
    Paul G
    Software engineer.

  2. Default RE: postback link invalid for hyperlink starting with www

    this is working now, the http was being chopped off so the
    ://localhost:2123/MyProject was being added.
    --
    Paul G
    Software engineer.


    "Paul" wrote:

    > Hi I have a link button and when I set the PostBackUrl
    > to something starting with http it works fine. When I set the postbackurl
    > to something starting with www like www.goodvalue.com it looks like it is
    > adding the www to the project directory so I get
    > http://localhost:2123/MyProject/www.goodvalue.com
    > thanks!
    >
    >
    > --
    > Paul G
    > Software engineer.


+ Reply to Thread