| | |
Problem with GridView
Please support our C# advertiser: Intel Parallel Studio Home
Thread Solved |
Hi. I am working on this project and I am little stuck. Trying to update my gridview after i had added data to the .mdb database but it just won't update. You can find the whole project at http://johnroach.info/FilmKira.rarThe button I have problem with is the "Urun Ekle" button. When you click that a new form opens up and you enter the data by clicking "Ekle!" However whatever I tried I still couldn't get the datagridview1 to update. Any help would be welcomed...
"By the data to date, there is only one animal in the Galaxy dangerous to man—man himself. So he must supply his own indispensable competition. He has no enemy to help him."
From Time Enough for Love by Robert A. Heinlein
From Time Enough for Love by Robert A. Heinlein
Ok found solution!!
added a refresh button. I don't know which one worked...
Any ideas which one worked?
added a refresh button. I don't know which one worked...
Any ideas which one worked? C# Syntax (Toggle Plain Text)
private void button3_Click(object sender, EventArgs e) { databaseDataSet.GetChanges(); databaseDataSet.urun.AcceptChanges(); this.urunTableAdapter.Fill(this.databaseDataSet.urun); dataGridView1.Refresh(); dataGridView1.Update(); }
![]() |
Similar Threads
- GridView Insert Problem (ASP.NET)
- Gridview Paging Problem. (C#)
- I need help with GridView: Urgently please (ASP.NET)
- Getting values from GridView Controls (ASP.NET)
- Problem Updating Row in GridView (ASP.NET)
- Controls in GridView (ASP.NET)
- GridView Edit and Delete buttons (ASP.NET)
- GridView hiding cells dynamically (ASP.NET)
Other Threads in the C# Forum
- Previous Thread: DataGridView in Winforms using C#
- Next Thread: Regarding images in button column of datagridview
| Thread Tools | Search this Thread |
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms function gdi+ httpwebrequest image index input install java label list listbox listener mandelbrot math mouseclick mysql nargalax networking object operator path photoshop picturebox pixelinversion polynomial post prime programming radians regex remote remoting richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update usercontrol validation view visualstudio webbrowser windows winforms wpf xml





