Hi,
I created the custom winforms data control which has the "DisplayMember & ValueMember" properties (the functionality should be same as in standard winforms controls). But the problem is common and can be used in webforms.
Now, I'm trying get values via Reflection and DataRow/DataRowView. Should be supported more ways how to get/set values? Should I handle some special situations? Is there some best practise how to do this task?
Thanks.