Re: Insane Databinding (probably a bug)
- From: "Terry Burns" <me@xxxxxxxx>
- Date: Sat, 4 Mar 2006 14:19:25 -0000
selectedvalue - "Could not find any attribute selectedvalue ofSelectedValue is a property, not an attribute which is an error I would
DropDownList"
associate with the HTML not the source code. This type of thing happens from
time to time when something else in the code has a syntax error and the
parser gets confused. Recheck your code formation thoroughly, you have an
error.
--
Terry Burns
http://TrainingOn.net
"avf" <avfangel@xxxxxxxxx> wrote in message
news:1141410862.284476.217740@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi all.
in my code i bind a few dropdownlist boxes's lists, datasource etc. i
bind the Selectedvalue property, and everything is fine. then one
bright day, WITHOUT ANY CHANGE TO THE DATABINDING CODE, i started
getting "System.ArgumentOutOfRangeException: Specified argument was out
of the range of valid values". in the IDE i see that scewy line under
This code worked!!!!! i can only conclude that somehow databinding
order has changed and now selectedvalue binds before the list
populates. i have the same issue with a dropdown that has a predefined
list, so i really can't see how this is possible.
HELP!!!
.
- References:
- Insane Databinding (probably a bug)
- From: avf
- Insane Databinding (probably a bug)
- Prev by Date: Re: Control's Id property
- Next by Date: Re: Print Page - Remove Headers and Footers
- Previous by thread: Insane Databinding (probably a bug)
- Next by thread: DataList versus GridView
- Index(es):
Relevant Pages
|