Hi,

I was wondering whether there is a way that i can use the bindingsource with a datagridview without a datatable.

I have a datagridview that has two columns with a set number of rows and would like to bind it with two textboxes on a second form.

Basically the second form is a edit form which i would used to edit the datagridview.

I know how to bind with the datatable but this restricts me with making calculations based on the datagridview cells.

Many thanks for your time

Mikey.

you can bind dataset to gridview and you can play anything in dataset. Which eventually have datatable inside.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.