Click here to Skip to main content
15,915,336 members
Home / Discussions / C#
   

C#

 
Questionhow to following System information in C# Pin
code4jigar30-Jun-06 0:51
code4jigar30-Jun-06 0:51 
AnswerRe: how to following System information in C# Pin
Colin Angus Mackay30-Jun-06 1:07
Colin Angus Mackay30-Jun-06 1:07 
GeneralRe: how to following System information in C# Pin
pq4noeh30-Jun-06 1:43
pq4noeh30-Jun-06 1:43 
GeneralRe: how to following System information in C# Pin
code4jigar2-Jul-06 19:02
code4jigar2-Jul-06 19:02 
AnswerRe: how to following System information in C# Pin
psamy30-Jun-06 1:19
psamy30-Jun-06 1:19 
AnswerRe: how to following System information in C# Pin
stancrm30-Jun-06 2:03
stancrm30-Jun-06 2:03 
AnswerRe: how to following System information in C# Pin
wasife30-Jun-06 8:06
wasife30-Jun-06 8:06 
Questionloading items in ComboBoxes Pin
V.30-Jun-06 0:30
professionalV.30-Jun-06 0:30 
Hi Guys.

We have some forms that need to load a couple of comboboxes.
Some only have like 10 items, but some have more than 5000 items.
Now the client complains that it takes too long to load the form. (1 to 2 seconds).

What is the fastest way to get items out of the database and load them in the combobox?

My current workflow:
1. I do a select into a dataset.
2. I set the combobox's datasource, displaymember and valuemember property.
(sorting property is set to false!)

I was thinking about an index on the table, but the database is access and my colleague said you can't said indexes on access databases?

Is there also a property which sets the timout for manually entering the values?
When you start typing, the combobox automatically filters his items. When you type too slow, the value is reset. Our client didn't like this ... Hmmm | :|

Thanks for your help!

I've found a living worth working for, but I haven't found work worth living for.


<marquee>Beer | [beer]
Jig | [Dance]
AnswerRe: loading items in ComboBoxes Pin
Robert Rohde30-Jun-06 0:35
Robert Rohde30-Jun-06 0:35 
GeneralRe: loading items in ComboBoxes Pin
V.30-Jun-06 2:07
professionalV.30-Jun-06 2:07 
GeneralRe: loading items in ComboBoxes Pin
Josh Smith30-Jun-06 3:39
Josh Smith30-Jun-06 3:39 
GeneralRe: loading items in ComboBoxes Pin
V.30-Jun-06 3:57
professionalV.30-Jun-06 3:57 
Questionjava script problem Pin
ayyp30-Jun-06 0:18
ayyp30-Jun-06 0:18 
AnswerRe: java script problem Pin
V.30-Jun-06 0:31
professionalV.30-Jun-06 0:31 
AnswerRe: java script problem Pin
DIMPLE_R30-Jun-06 0:40
DIMPLE_R30-Jun-06 0:40 
GeneralRe: java script problem Pin
ayyp30-Jun-06 0:54
ayyp30-Jun-06 0:54 
AnswerRe: java script problem Pin
psamy30-Jun-06 0:49
psamy30-Jun-06 0:49 
GeneralRe: java script problem Pin
ayyp30-Jun-06 0:54
ayyp30-Jun-06 0:54 
GeneralRe: java script problem Pin
psamy30-Jun-06 1:41
psamy30-Jun-06 1:41 
GeneralRe: java script problem Pin
DIMPLE_R30-Jun-06 2:01
DIMPLE_R30-Jun-06 2:01 
QuestionEnabling and disabling desktop icons programmatically Pin
Prashant Gadhave29-Jun-06 23:05
Prashant Gadhave29-Jun-06 23:05 
Questionhelp me solve this problem ? please ... Pin
cmpeng3429-Jun-06 23:02
cmpeng3429-Jun-06 23:02 
AnswerRe: help me solve this problem ? please ... Pin
Stefan Troschuetz29-Jun-06 23:14
Stefan Troschuetz29-Jun-06 23:14 
GeneralRe: help me solve this problem ? please ... Pin
W. Kleinschmit30-Jun-06 2:22
W. Kleinschmit30-Jun-06 2:22 
AnswerRe: help me solve this problem ? please ... Pin
J4amieC29-Jun-06 23:54
J4amieC29-Jun-06 23:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.