Beispiel #1
0
        protected void btn_Sql_Click(object sender, EventArgs e)
        {
            DataTable tb = new DataTable();

            tb = sqlHandle.getDisMsg("2");

            grid1.DataSource = tb;
            grid1.DataBind();
        }