if u want to fill data in datatable from database do it with dataadpter and dataset
On 8/29/09, velsankar <[email protected]> wrote: > > > Retrieve the table in dataset. Then assign the respective dataset > table to datagirdview Datasource and call databind method. > > The below link is very simple to understand > http://www.ehow.com/how_5212306_create-datagridview-c.html > > > On Aug 29, 5:49 pm, VIKAS GARG <[email protected]> wrote: > > The example in tutorial is all about inserting data manually. But i > > need to insert data from database. I am unable to find what i need to > > do this. Please help me. >
