-
usercontrol
Hi to all
Iam treaying to make a control that will have two text box and a datacombo box. and than use it in datarepeater
i want to have the properties to datacombo box ie rowsouce, rowmember, listfield and Boundcoloum. so i can use them for dataentery
thanks
-
:D
This leads us to the mistery of making a control complex DataBound. That is, when you set the DataBindingBehavior of the UserControl to vbComplexBound.
Search the MSDN on this topic, you will find 2 results unrelevant to this topic. :D
Search the web from a top level search engine, you will probably get less then 10 results.
When I almost went crazy figuring this out, at a certain point I thought this is not at all possible to expose those properties at design time.
But you can do it.
:D