Exemplo n.º 1
0
        public DataSet GetAllAccount()
        {
            AccountClass dataLayerAccount;

            dataLayerAccount = new AccountClass();
            return(dataLayerAccount.GetAccountDetails());
        }
Exemplo n.º 2
0
 protected void bind()
 {
     gvUser.DataSource = Account.GetAccountDetails();
     gvUser.DataBind();
 }