示例#1
0
 private void BindList()
 {
     NoName.NetShop.Solution.BLL.SuiteBll sbll = new NoName.NetShop.Solution.BLL.SuiteBll();
     gvList.DataSource = sbll.GetListArray(ScenceId);
     gvList.DataBind();
 }
 private void BindList()
 {
     NoName.NetShop.Solution.BLL.SuiteBll sbll = new NoName.NetShop.Solution.BLL.SuiteBll();
     gvList.DataSource = sbll.GetListArray(ScenceId);
     gvList.DataBind();
 }