Q
Qubeczek
Hello,
I have the following problem.
I have my own component descendand for TextBox, Where I have property
"DataField", that indicate into column name of DataView.
When I set this property, there is automaticali genmerates Binding Text
porperty into particular column.
The "DataSource" is DataView.
I have a problem, when column incudes dot (".")
F. ex
TextBox1.Bindings.Add("Text",myDataView1,"CUSTOMER.ID") throws exception
"Cannot binds to property or column ID".
How to type column name, thats include dots, to be threated properly ?
Regards
Qubeczek
I have the following problem.
I have my own component descendand for TextBox, Where I have property
"DataField", that indicate into column name of DataView.
When I set this property, there is automaticali genmerates Binding Text
porperty into particular column.
The "DataSource" is DataView.
I have a problem, when column incudes dot (".")
F. ex
TextBox1.Bindings.Add("Text",myDataView1,"CUSTOMER.ID") throws exception
"Cannot binds to property or column ID".
How to type column name, thats include dots, to be threated properly ?
Regards
Qubeczek