コード例 #1
0
 public void Bind()
 {
     GridView1.DataSource = bs.bs_bind();
     GridView1.DataBind();
 }