serkan sendur 821 Postaholic Banned

Today i learned an amazing facility of asp.net 2.0 dropdownlist's. In the past( last year actually ) when i wanted to insert a static item having a text "please select something" i used to follow two ways : either insert an item to dropdownlist's datasource or directly insert an item to dropdownlist on page's prerender event. But today i learned that 2.0 dropdownlist has a property named AppendDataBoundItems and when it is set to true it appends the dynamically generated items to static items collection.
Great