ListControl SelectedValue inconsistencies
Posted by: Rick Strahls WebLog,
on 29 Oct 2006 |
View original
I really dislike the ListControl SelectedValue implementation this damn property is causing me all sorts of grief on occasion with its inconsistencies.
Heres a scenario Ive just run into again: I have a form that binds values early in the form cycle. Its mostly an AJAX driven form so there are only a few isolated POSTbacks that occur that repost the entire page because they update most of the content anyway.
So the list is loaded up in OnInit() and the initial SelectedValue is set...