如何判断Customer和Administor
Master Page Code :
创新互联建站是一家专业提供特克斯企业网站建设,专注与网站设计制作、成都网站建设、H5技术、小程序制作等业务。10年已为特克斯众多企业、政府机构等服务。创新互联专业网站建设公司优惠进行中。
1.先判断Login是否为空,然后判断Login是否为‘Cust’或者‘Admin’,Code: if(Session['Role']==null)
{
lblbtnLogOut=false;
lblMenu.Visible=false;
}
else
{
lblbtnLogOut=true;
lblMenu.Visible=true;
ShopoingMenuSource.SiteMapProvider=Session["Role"].ToString();//Connection with Master Page
lblHi.Text="Hi "+Session["UserId"];
}
分享题目:如何判断Customer和Administor
文章分享:http://pwwzsj.com/article/pcgjhi.html