RadioButtonList.SelectedIndexChanged not raised when the ListItem has Selected="True"
- From: "Nathan Sokalski" <njsokalski@xxxxxxxxxxx>
- Date: Thu, 25 Oct 2007 10:31:08 -0400
I have a RadioButtonList that I am using inside an UpdatePanel. I have added the SelectedIndexChanged event of a RadioButtonList as a Trigger. Whenever I select a different ListItem, the UpdatePanel is updated, as it should, with one exception. When selecting the ListItem that has the Selected="True" attribute the SelectedIndexChanged event is not triggered. I have tested this by moving the Selected="True" attribute to a different ListItem, and then that ListItem did not trigger the UpdatePanel, and the one that I removed it from did. I need to have an initially selected ListItem, because it is used in determining certain other aspects of my initial page. Is there some workaround for this? Or is it just a bug in ASP.NET (or IE7, which is what I am currently testing with)? Any help would be appreciated. Thanks.
Nathan Sokalski
njsokalski@xxxxxxxxxxx
http://www.nathansokalski.com/
.
- Prev by Date: Re: Forcing ASP.NET 1.1 isn't working
- Next by Date: Re: Obtain real IP address of client
- Previous by thread: URL Rewriting for certain file types
- Next by thread: The file or directory is corrupted and unreadable
- Index(es):