本文介绍了重定向到不从http://从GridView的HyperLink字段开始的URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述




我正在尝试从Gridview Link(HyperLink Field)重定向。当我提供 http://Google.com http://www.hclsd.com 等网址时,它会重定向。当我尝试 /JOBS/www.infosys.com 给出错误。

Hi
I'm trying to redirect from Gridview Link(HyperLink Field). When i give URL like http://Google.com or http://www.hclsd.com it redirects properly. When i try /JOBS/www.infosys.com giving error.

HTTP Error 404.0 - Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.





是否因为URL不完全合格?



提前谢谢。



Is it because the URL is not fully qualified?

Thank you in advance.

推荐答案



这篇关于重定向到不从http://从GridView的HyperLink字段开始的URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 22:25