Click here to Skip to main content
15,891,372 members
Home / Discussions / C#
   

C#

 
AnswerRe: Fastest way of filtering a DataTable?? Pin
Som Shekhar26-Feb-10 1:08
Som Shekhar26-Feb-10 1:08 
GeneralRe: Fastest way of filtering a DataTable?? Pin
Muammar©26-Feb-10 10:15
Muammar©26-Feb-10 10:15 
GeneralRe: Fastest way of filtering a DataTable?? Pin
Som Shekhar26-Feb-10 10:19
Som Shekhar26-Feb-10 10:19 
GeneralRe: Fastest way of filtering a DataTable?? Pin
Muammar©26-Feb-10 10:28
Muammar©26-Feb-10 10:28 
GeneralRe: Fastest way of filtering a DataTable?? Pin
Som Shekhar26-Feb-10 19:39
Som Shekhar26-Feb-10 19:39 
AnswerRe: Fastest way of filtering a DataTable?? Pin
Dave Kreskowiak26-Feb-10 3:29
mveDave Kreskowiak26-Feb-10 3:29 
GeneralRe: Fastest way of filtering a DataTable?? Pin
Muammar©26-Feb-10 10:24
Muammar©26-Feb-10 10:24 
GeneralRe: Fastest way of filtering a DataTable?? Pin
Dave Kreskowiak26-Feb-10 12:43
mveDave Kreskowiak26-Feb-10 12:43 
I wouldn't start with the loading the entire database.

I'd start by building the list from the first characters typed. The first character would return just the entries that started with that character, and I'd probably return only the top 20 to 30 entries. After all, you're not going to show ALL of those entries to the user, only enough to give them an idea they are on the right track. Keep doing this until the user either enters the entire entry themselves or have picked one from the list.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




QuestionSending mail from yahoo thru application Pin
Hum Dum26-Feb-10 0:26
Hum Dum26-Feb-10 0:26 
AnswerRe: Sending mail from yahoo thru application Pin
Bernhard Hiller26-Feb-10 2:22
Bernhard Hiller26-Feb-10 2:22 
QuestionGeneric List Pin
spankyleo12325-Feb-10 23:51
spankyleo12325-Feb-10 23:51 
AnswerRe: Generic List Pin
Pete O'Hanlon25-Feb-10 23:57
mvePete O'Hanlon25-Feb-10 23:57 
GeneralRe: Generic List [modified] Pin
spankyleo12326-Feb-10 0:12
spankyleo12326-Feb-10 0:12 
GeneralRe: Generic List Pin
Paulo Zemek26-Feb-10 1:47
mvaPaulo Zemek26-Feb-10 1:47 
GeneralRe: Generic List Pin
Pete O'Hanlon26-Feb-10 1:56
mvePete O'Hanlon26-Feb-10 1:56 
GeneralRe: Generic List Pin
Searril26-Feb-10 4:38
Searril26-Feb-10 4:38 
Question[SOLVED] I can't figure out EmitCalli of ILGenerator [modified] Pin
blackblizzard25-Feb-10 23:24
blackblizzard25-Feb-10 23:24 
AnswerRe: I can't figure out EmitCalli of ILGenerator Pin
Kythen26-Feb-10 13:08
Kythen26-Feb-10 13:08 
Question[SOLVED] How can I emit a call to a delegate whose type is unfinished at the time of the emit? [modified] Pin
blackblizzard28-Feb-10 6:28
blackblizzard28-Feb-10 6:28 
AnswerRe: How can I emit a call to a delegate whose type is unfinished at the time of the emit? Pin
blackblizzard4-Mar-10 21:23
blackblizzard4-Mar-10 21:23 
QuestionWebbrowser Control - selected Image Pin
hoernchenmeister25-Feb-10 21:25
hoernchenmeister25-Feb-10 21:25 
QuestionHow to Read a .doc in C# Pin
gouthami chintala25-Feb-10 20:48
gouthami chintala25-Feb-10 20:48 
AnswerMessage Removed Pin
25-Feb-10 20:50
stancrm25-Feb-10 20:50 
GeneralMessage Removed Pin
26-Feb-10 2:34
gouthami chintala26-Feb-10 2:34 
GeneralRe: How to Read a .doc in C# Pin
Dave Kreskowiak26-Feb-10 3:26
mveDave Kreskowiak26-Feb-10 3:26 

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.