关于使用票据认证后的一些参数使用
1.
int y = fdao.count(" username='"+User.Identity.Name+"' and proid="+proid);int x = fdao.count(" username="+User.Identity.Name);
?
2.判断用于登录的了没有
if(!User.Identity.IsAuthenticated)
?? ? ? ? ? ?{
?? ? ? ? ? ? ? ?Xuning.shop.Utility.tool.Alert("用户没有登录呢",this.Page);
?? ? ? ? ? ? ? ?return;
?? ? ? ? ? ?}