/// <summary> /// we are not passing any parameters since we don't need any thing back from database. /// </summary> /// <returns></returns> public DataTable BindGridView() { OrdersDA orderObj = new OrdersDA(); return(orderObj.BindGridView()); }