Example #1
0
 public void GridBind()
 {
     dataGridView1.DataSource = bb.Bl_Bind();
     dataGridView1.DataBind();
 }