Many times, your DropDownList will be populated with specific items from a database. You might ask yourself “How can I add an Item at the top? – – maybe ‘Select’ or something like that. It’s very easy and there are only 2.5 steps. First, in your DropDownList tag, set the ‘AppendDataBoundItems’ property to ‘True’. Next […]
The post Add a ‘Select’ Item to a Bound DropDownList appeared first on All Things DotNet.