T
Thomas Solh?j
Hi all.
I cant databind rtf values to the rtf property of a winform
richtextbox control. Does something have a clue how this i done?
Ive tried this without luck:
this.richTextBox1.DataBindings.Add(new
System.Windows.Forms.Binding("Rtf", this.dataSet1, "rftdescription"));
Its no trouble doing it the the Text property with text values like
this.
this.richTextBox1.DataBindings.Add(new
System.Windows.Forms.Binding("Text", this.dataSet1, "description"));
Im using mssql server, and typed datasets.
I cant databind rtf values to the rtf property of a winform
richtextbox control. Does something have a clue how this i done?
Ive tried this without luck:
this.richTextBox1.DataBindings.Add(new
System.Windows.Forms.Binding("Rtf", this.dataSet1, "rftdescription"));
Its no trouble doing it the the Text property with text values like
this.
this.richTextBox1.DataBindings.Add(new
System.Windows.Forms.Binding("Text", this.dataSet1, "description"));
Im using mssql server, and typed datasets.