reg hiding panel containing data acc to role
Language :c#.net
Technology:asp.net
I kept this in Page_Load:-----------
if (Roles.Equals("employee"))
{
Panel2.Visible = false;
}
I am getting error!Could anyone correct this,please.:(
Vedavathi
__________________
Vedavathi
|