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
Miscellaneous
Thread ID:
00941915
Message ID:
00942586
Views:
16
>>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.
>
>Why do you need to get an empty DataSet 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?
>
>If you want to get a particular connection string, you can call the Database Manager's GetConnectionString() method. For example:
>
>
string ConnectionString = OakLeaf.MM.Main.mmAppBase.DatabaseMgr.GetConnectionString("MyDatabaseKey");
>
>Regards,

Thanks on the syntax.

I have to define Make , Model, Opening, where the users selection of Makes poplates the List for Models, and when you pick a Model I know the potential Openings. Take that further for other options if any else that is required for secondary filtering.

Others are Torque, %Hi, %Reverse, and the list goes on.

This is all used to determine what products we make to fit your needs for generating the proper power for your application. We make the device that pushes a fire trucks lader up or a cherry pickers basket into the air.

So I have a WinForm designed to help them get as few parts into a data grid or to print in a report.
Previous
Reply
Map
View

Click here to load this message in the networking platform