C# Value member property repopulate the control..
- by karthik
Hi..
I just wanted to confirm couple of things.
I) Code snippet:
cmb1.Datasource= dt;
cmb1.Valuemember = "value";
Here data population happens 2 time for the control, 1 More time extra,bcoz of value member getting changed after data source assigned. Is it true?
II) How can I trace these re population in C#? I just wanted to debug and see and confirm? example please?
Thanks
Karthik