Example #1
0
 private void LoadGridViewPartner()
 {
     try
     {
         OtherFunctions objFunc  = new OtherFunctions();
         DataSet        ds       = objFunc.GetAllPartner("Partner", Globals.AgentCatID);
         GridViewHelper gvHelper = new GridViewHelper();
         gvHelper.FillData(gridViewPartner, ds);
     }
     catch { }
 }