Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
AnswerRe: Session Probs..., Pin
SHatchard25-Oct-07 22:40
SHatchard25-Oct-07 22:40 
AnswerRe: Session Probs..., Pin
Pete O'Hanlon26-Oct-07 0:27
mvePete O'Hanlon26-Oct-07 0:27 
GeneralRe: Session Probs..., Pin
Member 387988126-Oct-07 19:40
Member 387988126-Oct-07 19:40 
GeneralRe: Session Probs..., Pin
Paul Conrad27-Oct-07 12:27
professionalPaul Conrad27-Oct-07 12:27 
QuestionSaving back ground image of a form Pin
sindhutiwari25-Oct-07 22:07
sindhutiwari25-Oct-07 22:07 
AnswerRe: Saving back ground image of a form Pin
N a v a n e e t h25-Oct-07 22:22
N a v a n e e t h25-Oct-07 22:22 
AnswerRe: Saving back ground image of a form Pin
Mohib Sheth25-Oct-07 23:40
Mohib Sheth25-Oct-07 23:40 
QuestionHow to update databinding property Pin
El'Cachubrey25-Oct-07 21:48
El'Cachubrey25-Oct-07 21:48 
Hy all.

I have 2 controls binded to one data source

<br />
<br />
this.LookUpEditor1.DataBindings.Add(new System.Windows.Forms.Binding<br />
"EditValue",this.my_BindingSource, "ID", true));<br />
this.LookUpEditor1.ValueMember = "ID";<br />
this.LookUpEditor1.DisplayedValue = "Name";<br />
<br />
<br />
this.LookUpEditor2.DataBindings.Add(new System.Windows.Forms.Binding<br />
"EditValue",this.my_BindingSource, "ID", true));<br />
this.LookUpEditor2.ValueMember = "ID";<br />
this.LookUpEditor2.DisplayedValue = "NameSynonym";<br />
<br />
<br />



DataSource record has 3 fields "ID", "Name", "NameSynonym"
problem here: when i change value in first combobox it should changed in second and vice versa.

How i can implement this automatically with out using events and explicit property set
as what:

<br />
LookUpEditor1_onValueChanges(...)<br />
{<br />
   LookUpEditor2.EditValue =    LookUpEditor1.EditValue;<br />
<br />
}<br />
<br />
LookUpEditor2_onValueChanges(...)<br />
{<br />
   LookUpEditor1.EditValue =    LookUpEditor2.EditValue;<br />
<br />
}<br />



THANK
QuestionProblem in uplod File through proxy to FTP Pin
pritesh_patel25-Oct-07 21:35
pritesh_patel25-Oct-07 21:35 
Question.Net remoting, registering two channel? how??? Pin
Ponzano Paolo25-Oct-07 21:14
Ponzano Paolo25-Oct-07 21:14 
AnswerRe: .Net remoting, registering two channel? how??? Pin
Ponzano Paolo25-Oct-07 22:07
Ponzano Paolo25-Oct-07 22:07 
QuestionResticting the files to opening by using WindowsService application [modified] Pin
Roney25-Oct-07 20:23
Roney25-Oct-07 20:23 
Questionportability of user control : x64 platform Pin
Nadia Monalisa25-Oct-07 20:01
Nadia Monalisa25-Oct-07 20:01 
AnswerRe: portability of user control : x64 platform Pin
N a v a n e e t h25-Oct-07 20:13
N a v a n e e t h25-Oct-07 20:13 
GeneralRe: portability of user control : x64 platform Pin
Nadia Monalisa25-Oct-07 22:34
Nadia Monalisa25-Oct-07 22:34 
GeneralRe: portability of user control : x64 platform Pin
N a v a n e e t h25-Oct-07 22:51
N a v a n e e t h25-Oct-07 22:51 
QuestionHelpRequested event Pin
Hans Ruck25-Oct-07 19:41
Hans Ruck25-Oct-07 19:41 
AnswerRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 20:22
N a v a n e e t h25-Oct-07 20:22 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 20:31
Hans Ruck25-Oct-07 20:31 
GeneralRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 20:37
N a v a n e e t h25-Oct-07 20:37 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 20:44
Hans Ruck25-Oct-07 20:44 
GeneralRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 20:46
N a v a n e e t h25-Oct-07 20:46 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 20:56
Hans Ruck25-Oct-07 20:56 
GeneralRe: HelpRequested event Pin
N a v a n e e t h25-Oct-07 21:16
N a v a n e e t h25-Oct-07 21:16 
GeneralRe: HelpRequested event Pin
Hans Ruck25-Oct-07 21:25
Hans Ruck25-Oct-07 21:25 

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.