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 ...
-
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.
-
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.