Hi
I have below line written . Using VS 2012. It is giving error The name csLogin does not exist in the current context. ClsLogin is in App_Code
bool status = clsLogin.CheckIfUserCookieExist();
I have included below
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Data.SqlClient;
using System.Globalization;
using System.Linq;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
Thanks