Click here to Skip to main content
15,896,111 members
Home / Discussions / C#
   

C#

 
GeneralRe: tab controle Pin
Stefan Troschuetz7-Aug-06 5:17
Stefan Troschuetz7-Aug-06 5:17 
GeneralRe: tab controle Pin
john347-Aug-06 5:55
john347-Aug-06 5:55 
GeneralRe: tab controle Pin
john347-Aug-06 6:07
john347-Aug-06 6:07 
QuestionPlease help me [modified] Pin
shail nigam7-Aug-06 3:16
shail nigam7-Aug-06 3:16 
AnswerRe: Please help me Pin
stancrm7-Aug-06 3:34
stancrm7-Aug-06 3:34 
AnswerRe: Please help me Pin
wheelerbarry7-Aug-06 3:36
wheelerbarry7-Aug-06 3:36 
GeneralRe: Please help me Pin
shail nigam7-Aug-06 4:04
shail nigam7-Aug-06 4:04 
QuestionComboBox, Lookup & Complex Binding Pin
Glen Harvy7-Aug-06 2:27
Glen Harvy7-Aug-06 2:27 
Hi,

I have spent all day on this and can't find the problem. Here's some code for a combobox that just won't show the name associated with the value passed to it:

[code]
this.comboBoxDefaultTitle.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.newMemDefaultsBindingSource, "TitleNumber", true));
this.comboBoxDefaultTitle.DataSource = this.titlesBindingSource;
this.comboBoxDefaultTitle.DisplayMember = "TitleDesc";
this.comboBoxDefaultTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.comboBoxDefaultTitle.FormattingEnabled = true;
this.comboBoxDefaultTitle.Location = new System.Drawing.Point(50, 57);
this.comboBoxDefaultTitle.Name = "comboBoxDefaultTitle";
this.comboBoxDefaultTitle.Size = new System.Drawing.Size(151, 21);
this.comboBoxDefaultTitle.TabIndex = 1;
this.comboBoxDefaultTitle.ValueMember = "TitleNumber";
[/code]

I have done this before in the same project (different form and lookups) and they work fine. The above, plus two others on the same form and with similar tasks don't.

I've cross checked the relationships and compared them with the combobox that works and I just can't find what I've done wrong.

I've checked the msdn at http://msdn2.microsoft.com/en-us/library/3h6ac01k(d=ide).aspx and swear I've followed each step to the letter.

Can anyone please give me some suggestions as to where else I need to check to get this working.

Thanks,


Glen Harvy

AnswerRe: ComboBox, Lookup & Complex Binding Pin
Glen Harvy7-Aug-06 12:54
Glen Harvy7-Aug-06 12:54 
QuestionTexture offset Pin
S02003567-Aug-06 2:14
S02003567-Aug-06 2:14 
QuestionCheck Version Messanger Pin
Rahul.RK7-Aug-06 2:07
Rahul.RK7-Aug-06 2:07 
AnswerRe: Check Version Messanger Pin
stancrm7-Aug-06 2:41
stancrm7-Aug-06 2:41 
GeneralThanks .. Pin
Rahul.RK7-Aug-06 3:03
Rahul.RK7-Aug-06 3:03 
QuestionCreating menu control+items via aconfig file(appsettings) Pin
flackjack7-Aug-06 2:04
flackjack7-Aug-06 2:04 
AnswerRe: Creating menu control+items via aconfig file(appsettings) [modified] Pin
Not Active7-Aug-06 2:26
mentorNot Active7-Aug-06 2:26 
AnswerRe: Creating menu control+items via aconfig file(appsettings) Pin
wheelerbarry7-Aug-06 2:40
wheelerbarry7-Aug-06 2:40 
QuestionRedirecting to newer version assembly using settings in config file Pin
kumar.bs7-Aug-06 1:59
kumar.bs7-Aug-06 1:59 
AnswerRe: Redirecting to newer version assembly using settings in config file Pin
S. Senthil Kumar7-Aug-06 2:24
S. Senthil Kumar7-Aug-06 2:24 
GeneralRe: Redirecting to newer version assembly using settings in config file Pin
kumar.bs8-Aug-06 19:15
kumar.bs8-Aug-06 19:15 
AnswerRe: Redirecting to newer version assembly using settings in config file Pin
Ramasubramaniam8-Aug-06 10:47
Ramasubramaniam8-Aug-06 10:47 
QuestionCan we associate a single codebehind file with two aspx pages Pin
Sirisha.P7-Aug-06 1:39
Sirisha.P7-Aug-06 1:39 
AnswerRe: Can we associate a single codebehind file with two aspx pages Pin
Stefan Troschuetz7-Aug-06 1:48
Stefan Troschuetz7-Aug-06 1:48 
GeneralRe: Can we associate a single codebehind file with two aspx pages Pin
Sirisha.P7-Aug-06 1:57
Sirisha.P7-Aug-06 1:57 
QuestionReading image data from differnt avi-codecs in c# Pin
joloh477-Aug-06 1:37
joloh477-Aug-06 1:37 
General[Message Deleted] Pin
wout de zeeuw7-Aug-06 1:31
wout de zeeuw7-Aug-06 1:31 

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.