예제 #1
0
    protected void Button2_Click(object sender, EventArgs e)
    {
        DataTable ds1 = in1.dss();

        GridView1.DataSource = ds1;
        GridView1.DataBind();
    }