C# Value member property repopulate the control..
Posted
by karthik
on Stack Overflow
See other posts from Stack Overflow
or by karthik
Published on 2010-06-02T13:42:01Z
Indexed on
2010/06/02
13:43 UTC
Read the original article
Hit count: 359
vb.net-to-c#
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
© Stack Overflow or respective owner