N
newhorizon
I am trying to let the users test if their web adresses are working or
not. so they input their web adress and click a button and then the
asp:hyperlink will point to their website. the problem is when they
click asp:hyperlink points to
http://www.mysite.com/myWorkingDirectory/www.userWebSite.com
instead of
www.userWebSite.com
I am using the following.
HyperLink1.NavigateUrl = webSite.Text;
//webSite is a Text Box
not. so they input their web adress and click a button and then the
asp:hyperlink will point to their website. the problem is when they
click asp:hyperlink points to
http://www.mysite.com/myWorkingDirectory/www.userWebSite.com
instead of
www.userWebSite.com
I am using the following.
HyperLink1.NavigateUrl = webSite.Text;
//webSite is a Text Box