HI,
I have a UserControl with a textbox in it.
How can i bind the textbox to a datasource, only binding the UserControl, ie what functionality
should i add to the UC to "transfer" databinding to nested textbox?
I tried some different things, like exposing textbox.Text property and binding datasource to it,
creating virtual UC property DataBindings, which would return DataBindings of textBox, but nothing
helps so far..
Any ideas would be highly appreciated!
Thank you,
Andrey