Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use a Datareader to fill Dynamic Lists
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Use a Datareader to fill Dynamic Lists
Miscellaneous
Thread ID:
00941915
Message ID:
00941915
Views:
58
I have a Win Form with 10+ comboboxes to help populate 3 grids. It's taking upwards of 10 seconds to play:
this.dsOpenings= oModels.GetEmptyDataSet();
over and over again.

So I want to use the connection string in App.Config. How do I reference it so I can get the fucntion for filling data dynamically?

I'm using VFP data if it's any matter. There are 4 joins that are initially returning nothing that are bogging my opening of this form.

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform