Session ASP.NET vide cehck
if (!string.IsNullOrEmpty(Session["emp_num"].ToString()))
{
//The code
}
Angry Ant
if (!string.IsNullOrEmpty(Session["emp_num"].ToString()))
{
//The code
}