예제 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            NCBJDataContext dbcontext = new NCBJDataContext();

            TransGV.DataSource = dbcontext.nwc_Transaction_logs;
            TransGV.DataBind();
        }
예제 #2
0
        protected void Page_Load(object sender, EventArgs e)
        {
            ScotiaBankDataContext dbcontext = new ScotiaBankDataContext();

            TransGV.DataSource = dbcontext.transaction_histories;
            TransGV.DataBind();
        }