예제 #1
0
        public DataSet GetAllAccount()
        {
            AccountClass dataLayerAccount;

            dataLayerAccount = new AccountClass();
            return(dataLayerAccount.GetAccountDetails());
        }
예제 #2
0
 protected void bind()
 {
     gvUser.DataSource = Account.GetAccountDetails();
     gvUser.DataBind();
 }