Hi.
iam using system.data.oledb;
//My code is
aConnection.Open();
da.Fill(ds);
dataGridView1.DataSource = ds;
dataGridView1.bi //Here Iam not getting the daraGridview 1.DataBind();
aConnection.Close();
so tell me how to bind the data is there an y other syntax