| | |
add datagridview
Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
![]() |
•
•
Join Date: Jul 2009
Posts: 40
Reputation:
Solved Threads: 1
this is a error when i click the button add
Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound.
\
anyone can help me?
Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound.
VB.NET Syntax (Toggle Plain Text)
DataGridView1.Rows.Add((txtPelan.Text), (txt36P.Text))
anyone can help me?
•
•
Join Date: Jun 2009
Posts: 271
Reputation:
Solved Threads: 56
you have to add it first to your dataset. and then you can add this row.
here is some sample code that you need to adjust a bit but it gives you the idea
here is some sample code that you need to adjust a bit but it gives you the idea
vb Syntax (Toggle Plain Text)
Dim rwNewData As DATASETRujukanRekod.RekodAnggaranRow Dim daNewdata As New DATASETRujukanRekodTableAdapters.RekodAnggaranTableAdapter rwNewData = DATASETRujukanRekod.Tables("whatTable").NewRow rwNewData.ItemArray = New Object() {"38", "bla"} DATASETRujukanRekod.Tables("whatTable").Rows.Add(rwNewData) RekodAnggaranTableAdapter.Fill(DATASETRujukanRekod.RekodAnggaran)
![]() |
Similar Threads
- How to add a colimn in Datagrid at runtime (C#)
- How to add rows from dataset to datagridview (C#)
- how to add the datagridview into the datagridview (C#)
- how to add the datagridview into the datagridview (C#)
- DataGridView property not working as expected (C#)
Other Threads in the VB.NET Forum
- Previous Thread: using stopwatch to pause an application
- Next Thread: deploying an application with crystal reports
Views: 311 | Replies: 1
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net .net2008 2008 access advanced application array basic beginner browser button buttons center checkbox class client code combo convert cuesent data database datagrid datagridview date datetimepicker design designer dissertation dissertations dissertationtopic eclipse excel fade filter forms generatetags gridview html images input internet lib listview map mobile monitor net number objects open panel pdf picturebox picturebox2 port position print printing problem read remove richtextbox save searchvb.net select serial settings shutdown socket sorting sqlserver studio survey temperature textbox timer timespan transparency txttoxmlconverter user usercontol validation vb vb.net vb2008 vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web webbrowser winforms winsock wpf wrapingcode year





