Hi guys,

I dont know what is the problem with this im trying to refresh my datagridview here my simple code to refresh.

this.TableAdapter.Fill(this.DataSet.Table);

But nothing happens still the same.

Please help. ;)

Assuming that this.dataset.Table is the source for your datagridview, maybe you need also refresh the datagriview after reloading the data into your table.

If this is not th case, please post all your code related to the datagridview manipulation.

Hope this helps.

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.