Hi,
I have a dropdown list and a label within a user control. I want to be able to effectively have the same databinding functionality on the user control as I do have on a regular DropDown list.
e.g. When you click on a normal dropdownlist you have a datasource to connect to it,and a datafield to display and a datafield value for the actual value.
All this functionality seems to be lost once the dropdown is within a user control. I want this functionality to be exposed outside.
I've tried this tutorial but didn't achieve what I wanted: http://msdn.microsoft.com/en-us/library/ms233787.aspx
Can anyone help me out?
Thanks.
...
Go to the complete details ...