
June 21st, 2009, 02:41 PM
|
 |
Wrox Author
|
|
Join Date: Jan 2008
Location: Decatur, IL, USA.
Posts: 807
Thanks: 12
Thanked 140 Times in 140 Posts
|
|
Probably the easiest way to deal with this is to include a button as an alternate way to initiate the postback.
This is a common pattern when using dropdown lists that post back on SelectedIndexChanged. There is also a "Go" button to make the postback happen when the same item remains selected.
|