protected void Page_Load(object sender, EventArgs e) { Employee EMP = new Employee(); GridView1.DataSource = EMP.Holiday(); GridView1.DataBind(); }