C# Value member property repopulate or Re render 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
14:34 UTC
Read the original article
Hit count: 476
Hi..
I just wanted to confirm couple of things.
I) Code snippet:
cmb1.Datasource= dt;
cmb1.Valuemember = "value";
Does the control rendering happens 2 time for the control, 1 more time extra because of the value
member getting changed after data source assigned. Is this so?
II) How can I trace these re-populations in C#? I just wanted to debug and see and confirm? Example please?
Thanks Karthik
© Stack Overflow or respective owner