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.
|
|