从更新页面重定向时如何显示当前页面URL

从更新页面重定向时如何显示当前页面URL

本文介绍了从更新页面重定向时如何显示当前页面URL的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好编码员,



我有两页



Home.aspx和UpdateItem.aspx



当我点击更新按钮时,我通过点击主页上的链接重定向到更新页面并更新UpdateItem页面中的详细信息我想重定向到带有URL的Home.aspx页面作为Home.aspx在浏览器中,当我点击UpdateItem.aspx页面上的更新按钮时,它将重定向到具有相同UpdateItem.aspx的主页?RequestNumber = ...详情。



如何仅显示Home.aspx而不是UpdateItem.aspx?RequestNumber = ...



我尝试过:



Rite现在我正在使用server.transfer();从更新页面重定向到将其重定向到主页。



任何建议都赞赏!!!

Hi coders,

I have two page

Home.aspx and UpdateItem.aspx

I am redirect to update page by clicking link on Home page and update details in UpdateItem page when i click on update button i want to redirect to Home.aspx page with URL as Home.aspx in browser currently when i click on update button on UpdateItem.aspx page it is redirecting to home with same UpdateItem.aspx?RequestNumber=... details.

How to show only Home.aspx and not UpdateItem.aspx?RequestNumber=...

What I have tried:

Rite now i am using server.transfer(); to redirect from update page to redirect it to home page.

Any suggestion appreciated !!!

推荐答案


这篇关于从更新页面重定向时如何显示当前页面URL的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 06:17