Ejemplo n.º 1
0
 public void Loadcate_index()
 {
     try
     {
         Rpcateindex.DataSource = index.Load_cate_index(16, 1, 0);
         Rpcateindex.DataBind();
     }
     catch (Exception)
     {
         throw;
     }
 }
 public void Loadcate_Ajax(int cat_id)
 {
     try
     {
         Rpcateindex.DataSource = index.loadListCateID(cat_id);
         Rpcateindex.DataBind();
     }
     catch (Exception)
     {
         throw;
     }
 }