Click here to Skip to main content
15,919,479 members
Home / Discussions / C#
   

C#

 
GeneralRe: Problem with merging 2 DataTables Pin
lsconyer7-Apr-08 2:54
lsconyer7-Apr-08 2:54 
GeneralRe: Problem with merging 2 DataTables Pin
kallileo7-Apr-08 3:11
kallileo7-Apr-08 3:11 
GeneralRe: Problem with merging 2 DataTables Pin
kallileo10-Apr-08 3:20
kallileo10-Apr-08 3:20 
QuestionC#:How to load max no of records in a combobox(more than 40000) Pin
kssknov7-Apr-08 1:18
kssknov7-Apr-08 1:18 
GeneralRe: C#:How to load max no of records in a combobox(more than 40000) Pin
darkelv7-Apr-08 1:37
darkelv7-Apr-08 1:37 
GeneralRe: C#:How to load max no of records in a combobox(more than 40000) Pin
kssknov7-Apr-08 1:42
kssknov7-Apr-08 1:42 
GeneralRe: C#:How to load max no of records in a combobox(more than 40000) Pin
Ashfield7-Apr-08 1:50
Ashfield7-Apr-08 1:50 
GeneralRe: C#:How to load max no of records in a combobox(more than 40000) Pin
darkelv7-Apr-08 2:36
darkelv7-Apr-08 2:36 
Like Ashfield said, there's no way around it. You just have to load less data. The problem will be worse if you do it in the DataGridViewComboboxColumn.

You can subclass the combobox, let use enter the beginning letter of the item, and handle the text change or something. Once the control detected that use entered something, populate the combobox with the data beginning with the letter user entered, etc.

Or use a picker dialog.
QuestionVery trivial question.. Pin
ptr2void7-Apr-08 0:51
ptr2void7-Apr-08 0:51 
GeneralRe: Very trivial question.. Pin
Xmen Real 7-Apr-08 0:59
professional Xmen Real 7-Apr-08 0:59 
QuestionRe: Very trivial question.. Pin
ptr2void7-Apr-08 1:08
ptr2void7-Apr-08 1:08 
GeneralRe: Very trivial question.. Pin
Xmen Real 7-Apr-08 1:18
professional Xmen Real 7-Apr-08 1:18 
GeneralProblem with printdialog Pin
D i x y7-Apr-08 0:31
D i x y7-Apr-08 0:31 
GeneralRe: Problem with printdialog Pin
Xmen Real 7-Apr-08 0:53
professional Xmen Real 7-Apr-08 0:53 
GeneralRe: Problem with printdialog Pin
D i x y7-Apr-08 1:31
D i x y7-Apr-08 1:31 
GeneralRe: Problem with printdialog Pin
Xmen Real 7-Apr-08 1:40
professional Xmen Real 7-Apr-08 1:40 
QuestionAdding hex values Pin
ONeil Tomlinson7-Apr-08 0:23
ONeil Tomlinson7-Apr-08 0:23 
GeneralRe: Adding hex values Pin
Christian Graus7-Apr-08 0:25
protectorChristian Graus7-Apr-08 0:25 
GeneralRe: Adding hex values Pin
ONeil Tomlinson7-Apr-08 3:07
ONeil Tomlinson7-Apr-08 3:07 
GeneralRe: Adding hex values Pin
Dave Kreskowiak7-Apr-08 4:19
mveDave Kreskowiak7-Apr-08 4:19 
GeneralGet the SID of the user last wrote to a file Pin
Yevgeny Efter6-Apr-08 23:58
Yevgeny Efter6-Apr-08 23:58 
GeneralRe: Get the SID of the user last wrote to a file Pin
Christian Graus7-Apr-08 0:24
protectorChristian Graus7-Apr-08 0:24 
GeneralRe: Get the SID of the user last wrote to a file Pin
Yevgeny Efter7-Apr-08 0:32
Yevgeny Efter7-Apr-08 0:32 
QuestionHow to add a custom right click to a data grid view cell in C# windows application? Pin
anshulmadan6-Apr-08 21:17
anshulmadan6-Apr-08 21:17 
GeneralRe: How to add a custom right click to a data grid view cell in C# windows application? Pin
phannon866-Apr-08 21:54
professionalphannon866-Apr-08 21: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.