Click here to Skip to main content
15,893,588 members
Home / Discussions / C#
   

C#

 
GeneralRe: Programming Scanner Hardware Pin
RobScripta20-Jan-11 1:06
professionalRobScripta20-Jan-11 1:06 
GeneralRe: Programming Scanner Hardware Pin
Richard MacCutchan20-Jan-11 1:39
mveRichard MacCutchan20-Jan-11 1:39 
QuestionResourse file and axWindowsMediaPlayer(C#) Pin
Maximys19-Jan-11 2:45
Maximys19-Jan-11 2:45 
AnswerRe: Resourse file and axWindowsMediaPlayer(C#) Pin
RaviRanjanKr20-Jan-11 17:33
professionalRaviRanjanKr20-Jan-11 17:33 
Questionconnectionstring to sqlexpress 2005 Pin
arkiboys19-Jan-11 1:53
arkiboys19-Jan-11 1:53 
AnswerRe: connectionstring to sqlexpress 2005 Pin
Hiren solanki19-Jan-11 2:05
Hiren solanki19-Jan-11 2:05 
GeneralRe: connectionstring to sqlexpress 2005 Pin
arkiboys19-Jan-11 2:14
arkiboys19-Jan-11 2:14 
GeneralRe: connectionstring to sqlexpress 2005 Pin
Hiren solanki19-Jan-11 2:25
Hiren solanki19-Jan-11 2:25 
GeneralRe: connectionstring to sqlexpress 2005 Pin
arkiboys19-Jan-11 3:08
arkiboys19-Jan-11 3:08 
AnswerRe: connectionstring to sqlexpress 2005 Pin
Dan Mos19-Jan-11 2:44
Dan Mos19-Jan-11 2:44 
GeneralRe: connectionstring to sqlexpress 2005 Pin
Henry Minute19-Jan-11 7:48
Henry Minute19-Jan-11 7:48 
GeneralRe: connectionstring to sqlexpress 2005 Pin
Dan Mos19-Jan-11 7:55
Dan Mos19-Jan-11 7:55 
GeneralRe: connectionstring to sqlexpress 2005 Pin
arkiboys19-Jan-11 11:23
arkiboys19-Jan-11 11:23 
AnswerRe: connectionstring to sqlexpress 2005 Pin
jschell19-Jan-11 8:40
jschell19-Jan-11 8:40 
QuestionDataBindingComplete on ComboBox? Pin
Dewald19-Jan-11 0:36
Dewald19-Jan-11 0:36 
AnswerRe: DataBindingComplete on ComboBox? Pin
Dan Mos19-Jan-11 1:04
Dan Mos19-Jan-11 1:04 
GeneralRe: DataBindingComplete on ComboBox? Pin
Dewald19-Jan-11 3:34
Dewald19-Jan-11 3:34 
AnswerRe: DataBindingComplete on ComboBox? [modified] Pin
RaviRanjanKr19-Jan-11 1:30
professionalRaviRanjanKr19-Jan-11 1:30 
AnswerRe: DataBindingComplete on ComboBox? Pin
ToddHileHoffer19-Jan-11 2:44
ToddHileHoffer19-Jan-11 2:44 
GeneralRe: DataBindingComplete on ComboBox? Pin
Dewald19-Jan-11 3:47
Dewald19-Jan-11 3:47 
GeneralRe: DataBindingComplete on ComboBox? Pin
ToddHileHoffer19-Jan-11 4:38
ToddHileHoffer19-Jan-11 4:38 
Dewald wrote:
At any rate, I can run through the SqlDataReader and add the entries one by one, that way I know when I've added all of them. I just don't like that approach all that much as it seems a bit brute.


There are so many ways you can do databiding. This method is probably the most efficient way, if you aren't caching the data. And there is no magic or generated code. It is easy to read and debug. There's nothing wrong with iterating a datareader.

I didn't get any requirements for the signature


AnswerRe: DataBindingComplete on ComboBox? Pin
_Erik_19-Jan-11 3:28
_Erik_19-Jan-11 3:28 
GeneralRe: DataBindingComplete on ComboBox? Pin
Dewald19-Jan-11 4:00
Dewald19-Jan-11 4:00 
GeneralRe: DataBindingComplete on ComboBox? Pin
_Erik_19-Jan-11 5:58
_Erik_19-Jan-11 5:58 
AnswerRe: DataBindingComplete on ComboBox? Pin
MumbleB19-Jan-11 6:24
MumbleB19-Jan-11 6:24 

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.