Why can't I set the listbox selectedIndex to -1?
- From: amtamayo@xxxxxxxxx
- Date: 26 Apr 2007 09:51:21 -0700
I have a simple webform that has a listbox that I bind to a dataview
at designtime. This provides an optional selection for the user so I
wanted to have no default value selected. So on the Page_Load event,
I set the selectedIndex to -1. However, when I run the page, the
default value is still 0, which forces the first item to be
automatically selected. I tried a bunch of things. I tried setting
it to 0, then -1. I tried to call ClearSelection() then set it to -1,
but no avail. This is a listbox, for crying out loud! This ought to
be simple, but is not.
Need help.
.
- Follow-Ups:
- Re: Why can't I set the listbox selectedIndex to -1?
- From: bruce barker
- Re: Why can't I set the listbox selectedIndex to -1?
- From: Ray Costanzo
- Re: Why can't I set the listbox selectedIndex to -1?
- Prev by Date: Password length minimum: 7. Non-alphanumeric characters required: 1.
- Next by Date: Dotnet framework 3.0 questions
- Previous by thread: Password length minimum: 7. Non-alphanumeric characters required: 1.
- Next by thread: Re: Why can't I set the listbox selectedIndex to -1?
- Index(es):
Relevant Pages
|