Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
It really depends on what I am trying to do, but I generally use the SelectedIndexChanged event more than the SelectedValueChanged since certain errors may have to be trapped on the SelectedValue changed if the combo has not yet been populated, loaded, etc. depending on instatiation orders. Using the SelectedIndexChanged generally reduces the number of "holes" that have to be plugged.
|