Binding controls
I have just downloaded Visual Basic 2005 Express and
sql Server 2005 Express.On a form have binding list control and some others.Once I start selecting items in list everything else is blocked;I can't click on any other controls.
And one more:
Me.Validate()
Me.OrderListBindingSource.EndEdit()
Me.OrderListTableAdapter.Update(Me.FirstDataSet1.O rderList)This code suppose to update data in memory and database as well.
But database is not updated
Thanks
Boris
|