Пример #1
0
 // Definition of  BindGrid();
 protected void BindGrid()
 {
     colState           = objState.Get_All();
     grvwObj.DataSource = colState;
     grvwObj.DataBind();
     clear();
 }