Hi there,
I have tried for hours now. I am reading a MS Press book and understood what Dataset, Dataadapter, DAtatables... are.
But I can't manage to SHOW any Data stored on my SQL Server on my windows Form.
The Dataadapter fills my Dataset.
Dim ds As New DataSet
da_Asset.Fill(ds)
The Data is there, shown in the dataadapter Preview!
But what kind of control do I have to use for SHOWING that stuff to the user of my Form???? Is .NET that terribly complicated??
I have tried Dataviews or Datagrids but I can't realize it. The book does not help and I can't find just one simple example...!
MP
Here is where I found good examples for getting started in VB.Net
.....http://msdn.microsoft.com/vbasic/downloads/samples/101samples.aspx
Link for ASP programs...
http://msdn.microsoft.com/asp.net/downloads/kits/default.aspx