本文介绍了Asp .Net中的页面重写问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
你好专家,
在母版页中我有< td>澈< / TD>这个td标签的
onclick事件我通过window.location =Study / Che / Chem.aspx重定向到另一个页面当我点击时,chem.aspx中的
< TD>澈< / TD>我找不到错误页面。
我知道它试图找到当前文件夹中的文件,即url是:Study / Che / Study / Che / Chem.aspx
我想要母版页上的一些代码,以便它将我重定向到右页。
window.location =〜/ Study / Che / Chem.aspx
无法正常工作
解决方案
Hello experts,
in master page I have a <td> Che</td> onclick event of this td tag I am redirecting to another page through window.location="Study/Che/Chem.aspx" in chem.aspx when I click on <td>Che</td> I got an error page not found. I know it is trying to find the file in current folder che ie url is : Study/Che/Study/Che/Chem.aspx I want some code on master page so that it will redirect me to right page. window.location="~/Study/Che/Chem.aspx" is not working
解决方案
这篇关于Asp .Net中的页面重写问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!