Click here to Skip to main content
15,894,955 members
Home / Discussions / C#
   

C#

 
GeneralRe: reading text file and calculating the working hours for each employee Pin
OriginalGriff28-May-09 1:59
mveOriginalGriff28-May-09 1:59 
GeneralRe: reading text file and calculating the working hours for each employee Pin
emmy_23200329-May-09 23:02
emmy_23200329-May-09 23:02 
GeneralRe: reading text file and calculating the working hours for each employee Pin
Henry Minute27-May-09 0:39
Henry Minute27-May-09 0:39 
GeneralRe: reading text file and calculating the working hours for each employee Pin
OriginalGriff27-May-09 0:45
mveOriginalGriff27-May-09 0:45 
QuestionViewer Pin
ellllllllie26-May-09 22:07
ellllllllie26-May-09 22:07 
QuestionA Combobox problem Pin
leung wilson26-May-09 21:51
leung wilson26-May-09 21:51 
AnswerRe: A Combobox problem Pin
Vimalsoft(Pty) Ltd26-May-09 22:54
professionalVimalsoft(Pty) Ltd26-May-09 22:54 
AnswerRe: A Combobox problem Pin
jaypatel51227-May-09 0:23
jaypatel51227-May-09 0:23 
You need to first bind the datatable with the combo box.
It should be something like this:

combobox1.DataSource = dt;
//Then set the datamember and valuemember as follows:

combobox1.DataMember = "Description";
combobox1.ValueMember = "Value";

//This will work...
And if not just write the value member first and then the data member...
QuestionOffice Ribbon functionality Pin
windhopper26-May-09 21:22
windhopper26-May-09 21:22 
QuestionRe: Office Ribbon functionality Pin
mandar77719-Jul-09 20:34
mandar77719-Jul-09 20:34 
QuestionA small problem with Extended GridView in Edit Mode Pin
M S Nayak26-May-09 20:50
M S Nayak26-May-09 20:50 
QuestionHow do I Generate a Number in C# Pin
Mads11526-May-09 20:20
Mads11526-May-09 20:20 
AnswerRe: How do I Generate a Number in C# Pin
stancrm26-May-09 20:39
stancrm26-May-09 20:39 
GeneralRe: How do I Generate a Number in C# Pin
Mads11526-May-09 20:45
Mads11526-May-09 20:45 
GeneralRe: How do I Generate a Number in C# Pin
stancrm26-May-09 20:47
stancrm26-May-09 20:47 
GeneralRe: How do I Generate a Number in C# Pin
Mads11526-May-09 21:09
Mads11526-May-09 21:09 
GeneralRe: How do I Generate a Number in C# Pin
stancrm26-May-09 21:18
stancrm26-May-09 21:18 
GeneralRe: How do I Generate a Number in C# Pin
stancrm26-May-09 22:22
stancrm26-May-09 22:22 
AnswerRe: How do I Generate a Number in C# Pin
MumbleB26-May-09 21:41
MumbleB26-May-09 21:41 
GeneralRe: How do I Generate a Number in C# Pin
yesu prakash26-May-09 22:38
yesu prakash26-May-09 22:38 
GeneralRe: How do I Generate a Number in C# Pin
padmanabhan N27-May-09 0:14
padmanabhan N27-May-09 0:14 
AnswerRe: How do I Generate a Number in C# Pin
Rob Philpott27-May-09 0:12
Rob Philpott27-May-09 0:12 
AnswerRe: How do I Generate a Number in C# Pin
jaypatel51227-May-09 0:25
jaypatel51227-May-09 0:25 
GeneralRe: How do I Generate a Number in C# Pin
J4amieC27-May-09 0:33
J4amieC27-May-09 0:33 
GeneralRe: How do I Generate a Number in C# Pin
Henry Minute27-May-09 0:48
Henry Minute27-May-09 0:48 

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.