G
Guest
I've created an OleDBConnection with a corresponding dataAdapter and a
dataSet. In development I am able to retrieve records and display them fine.
Once compiled no records are returning. I'm loading the recordset in
Page_Load event:
DatSet.Clear()
dataAdapter.Fill(DataSet)
Microsft recommended using DataBind( ) but everytime I call theat function I
get a compile error. This is an ASP .NET web form. Help please, I'm getting
nowhere and Microsoft's "support" is USELESS.
dataSet. In development I am able to retrieve records and display them fine.
Once compiled no records are returning. I'm loading the recordset in
Page_Load event:
DatSet.Clear()
dataAdapter.Fill(DataSet)
Microsft recommended using DataBind( ) but everytime I call theat function I
get a compile error. This is an ASP .NET web form. Help please, I'm getting
nowhere and Microsoft's "support" is USELESS.