Ejemplo n.º 1
0
 protected void FillGridData()
 {
     try
     {
         DataTable dt = new DataTable();
         dt = clsobj.GetExclusiveListingCommercial();
         grdBannerShow.DataSource = dt;
         grdBannerShow.DataBind();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }