NET页面重定向到新页面

NET页面重定向到新页面

本文介绍了ASP.NET页面重定向到新页面的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道如何将页面重定向到成员页面...

例如

通常有人更改状态登录页面,指向www.facebook.com/xxxxxxx

该xxxxx如何添加到链接?通常是页面引导个人页面并从数据库中填充所需的信息,但如何像上面那样更改链接...

我的页面正指向www.examplewebpage.com/personal并从数据库中填充信息,但是我想更改此信息/个人信息并在其中放置成员指定的信息...

谢谢...

I wonder to know that how to pageredirecting to members pages...

for example

normally somebody change status login page directed to www.facebook.com/xxxxxxx

that xxxxx how to added to link?normally page directing personal page and fill the required information from database but how to change link like above...

meine page is directing to www.examplewebpage.com/personal and fill informations from database but I want to change this / personal and put there member specified informations...

thank you...

推荐答案



这篇关于ASP.NET页面重定向到新页面的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-20 01:28