Click here to Skip to main content
15,886,083 members
Home / Discussions / C#
   

C#

 
GeneralRe: Avoid duplicates in adding records in MySQL db Pin
baranils5-Mar-08 6:31
baranils5-Mar-08 6:31 
GeneralRe: Avoid duplicates in adding records in MySQL db Pin
led mike5-Mar-08 6:42
led mike5-Mar-08 6:42 
GeneralRe: Avoid duplicates in adding records in MySQL db Pin
#realJSOP6-Mar-08 6:11
mve#realJSOP6-Mar-08 6:11 
QuestionHow to read a file from Ftp Pin
kibromg5-Mar-08 5:14
kibromg5-Mar-08 5:14 
AnswerRe: How to read a file from Ftp Pin
Anthony Mushrow5-Mar-08 5:59
professionalAnthony Mushrow5-Mar-08 5:59 
GeneralRe: How to read a file from Ftp Pin
kibromg6-Mar-08 1:49
kibromg6-Mar-08 1:49 
GeneralRe: How to read a file from Ftp Pin
Anthony Mushrow6-Mar-08 6:59
professionalAnthony Mushrow6-Mar-08 6:59 
QuestionHow to make control reflect changes was maded on his datasource Pin
El'Cachubrey5-Mar-08 4:54
El'Cachubrey5-Mar-08 4:54 
Hi all. How i can make control reflect changes was maded on his datasource?

<br />
     ctlTextEdit.DataBindings.Add(new Binding("EditValue", _mySourceDataRow, "Field1"));<br />
<br />
....<br />
    <br />
    void someButton_onClick(...)<br />
    {<br />
       _mySourceDataRow.Field1 = "New text";<br />
  /*<br />
  What i should write here for ctlTextEdit control reflect changes (i.e "New text")<br />
  But without direct invokation of his methods <br />
  (for examp:this.codeTextEdit.DataBindings[0].ReadValue();<br />
  */<br />
    }      <br />
     <br />


Or exists an method in Form class what make all child controls reread values from ones data sources?

THANK.
AnswerRe: How to make control reflect changes was maded on his datasource Pin
led mike5-Mar-08 4:59
led mike5-Mar-08 4:59 
QuestionEfficient Xml reading? Pin
Lutosław5-Mar-08 4:28
Lutosław5-Mar-08 4:28 
AnswerNo Reflection Pin
Lutosław5-Mar-08 4:46
Lutosław5-Mar-08 4:46 
AnswerRe: Efficient Xml reading? Pin
led mike5-Mar-08 5:01
led mike5-Mar-08 5:01 
GeneralRe: Efficient Xml reading? Pin
Lutosław5-Mar-08 6:32
Lutosław5-Mar-08 6:32 
GeneralRe: Efficient Xml reading? Pin
led mike5-Mar-08 6:47
led mike5-Mar-08 6:47 
GeneralRe: Efficient Xml reading? Pin
Lutosław5-Mar-08 6:55
Lutosław5-Mar-08 6:55 
AnswerRe: Efficient Xml reading? Pin
#realJSOP6-Mar-08 6:05
mve#realJSOP6-Mar-08 6:05 
GeneralRe: Efficient Xml reading? Pin
Lutosław6-Mar-08 6:43
Lutosław6-Mar-08 6:43 
GeneralRe: Efficient Xml reading? Pin
#realJSOP6-Mar-08 10:33
mve#realJSOP6-Mar-08 10:33 
General.NET standard components Pin
Steve Declerck5-Mar-08 3:46
Steve Declerck5-Mar-08 3:46 
GeneralRe: .NET standard components Pin
Xmen Real 5-Mar-08 4:30
professional Xmen Real 5-Mar-08 4:30 
GeneralRe: .NET standard components Pin
Gareth H5-Mar-08 4:34
Gareth H5-Mar-08 4:34 
GeneralRe: .NET standard components Pin
John_Adams5-Mar-08 5:14
John_Adams5-Mar-08 5:14 
GeneralRe: .NET standard components Pin
Pete O'Hanlon5-Mar-08 8:30
mvePete O'Hanlon5-Mar-08 8:30 
GeneralRe: .NET standard components Pin
Steve Declerck5-Mar-08 23:22
Steve Declerck5-Mar-08 23:22 
QuestionThreads and BeginReceive Pin
Echilon5-Mar-08 3:28
Echilon5-Mar-08 3:28 

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.