Default Values for DropDownLists - RESOLVED
Hey,
I am working on a relatively simple app. I Have 3 Drop down Lists (DDL). DDL1 has its content determined by a querystring in the URL. DDL2 has its content chosen by DDL1.SelectedValue, and DDL2 has its content chosen by DDL2.SelectedValue. On selection of this last option, a GridView is displayed with relevant results.
My question is, how do I get the DDL's to default to the first value? It's just that some options only have One option, this leads to me being unable to See the gridview, as currently I need to Select a second value, then click back to the first one if I wish to see the GridView.
Or can I go about it much simpler and have a Blank Entry, or a "Select Item" entry as default?
EDIT: Hehehe i'm on a roll
|