hi everyone,
im a new programmer. my problem is I cant bind the datagridview in winforms, however, i can bind the griview of webforms.
here's my code...
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load, DataGridView1.CurrentCellChanged, DataGridView1.Click
DataGridView1.DataSource = prox.getdata
'DataGridView1.DataMember =
"customer"
End Sub
- im trying to use a n-tier archicture here.
hope you can help me with this...
many thanks