由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - question about aspx
相关主题
这个cassandra paging的解决方案怎么样? (转载)help needed on aspx&ms-access
在Ubuntu上更改Oracle用户密码请教Oracle XE DBconnection from ASPX
Help!! Data Access Page in Access请教关于医院电子化
SQL Server 2008 Interview Q&A找到一个偷懒的办法,不知道是不是可行
看看这database server 要升极吗Help: Perl DBI to access oracle
请教Access Report[转载] how credit card billing
有没有讨论MongoDB的?single sign-on on Teradata
优秀程序员请进 (转载)哪位说下网上信用卡付帐的网页原理和流程?
相关话题的讨论汇总
话题: aspx话题: page话题: should话题: question话题: pages
进入Database版参与讨论
1 (共1页)
y**w
发帖数: 8
1
hi,
i need to do two page in .net, the first one is a login page, once the user
input their name and password , i should direct them to another page, but i
don't know how to connect pages in aspx, which command i should use, anyone
can help me? Thanks.
a*****a
发帖数: 438
2
you don't need to do anythign at all. in your web.config file, choose
'authentication=form'. check asp.net quickstart tutorial for this.
it's only like 3 lines of code. take you less than 20 seconds.

【在 y**w 的大作中提到】
: hi,
: i need to do two page in .net, the first one is a login page, once the user
: input their name and password , i should direct them to another page, but i
: don't know how to connect pages in aspx, which command i should use, anyone
: can help me? Thanks.

b*e
发帖数: 3845
3
It should be something like Response.Redirect().

【在 y**w 的大作中提到】
: hi,
: i need to do two page in .net, the first one is a login page, once the user
: input their name and password , i should direct them to another page, but i
: don't know how to connect pages in aspx, which command i should use, anyone
: can help me? Thanks.

d****a
发帖数: 6
4

Same as you did in .asp pages

【在 y**w 的大作中提到】
: hi,
: i need to do two page in .net, the first one is a login page, once the user
: input their name and password , i should direct them to another page, but i
: don't know how to connect pages in aspx, which command i should use, anyone
: can help me? Thanks.

1 (共1页)
进入Database版参与讨论
相关主题
哪位说下网上信用卡付帐的网页原理和流程?看看这database server 要升极吗
A question on remote connection to sql server请教Access Report
SSRS 新问题-Report Manager Unable to connect to the remote有没有讨论MongoDB的?
Evaluate how fucked your database is with this handy website.优秀程序员请进 (转载)
这个cassandra paging的解决方案怎么样? (转载)help needed on aspx&ms-access
在Ubuntu上更改Oracle用户密码请教Oracle XE DBconnection from ASPX
Help!! Data Access Page in Access请教关于医院电子化
SQL Server 2008 Interview Q&A找到一个偷懒的办法,不知道是不是可行
相关话题的讨论汇总
话题: aspx话题: page话题: should话题: question话题: pages