asp.net

位置:IT落伍者 >> asp.net >> 浏览文章

ASP.NET入门教程 11.2 Wrox United中角色的介绍[4]


发布日期:2020年03月24日
 
ASP.NET入门教程 11.2 Wrox United中角色的介绍[4]

)接下来可以运行该页面并且查看它是如何工作的!从VWD中启动该站点并且在登录之前作为匿名用户转到Fan Club页面可以看到的屏幕

)使用密码chrish@作为Christi登录到站点现在将看到屏幕

)最后注销然后使用密码lou@ 作为Lou重新登录这时将显示欢迎屏幕

操作回顾

在第章中第一次遇到的LoginView控件是完成如下工作的极好方法显示与当前正在查看页面的用户直接相关的内容在这个示例中已经添加了相关代码从而具有FanClub主页的种可能的视图

如果用户是匿名的则使用匿名模板

<AnonymousTemplate>

<p>

The fan club provides a way for you to show your devotion to the club and gains

you exclusive privileges You get discounts on match tickets and at the club store

as well as having the opportunity to meet up with like minded fans

</p>

<p>

Membership to the Fan Club can be bought from the <a href=Shopaspx>Club Shop</a>

Once membership has been received well enable your account as a Fan Club Member

</p>

</AnonymousTemplate>

[] [] [] [] []

               

上一篇:ASP.NET入门教程 11.2 Wrox United中角色的介绍[3]

下一篇:ASP.NET入门教程 11.2 Wrox United中角色的介绍[1]