Brian Bermingham
|
| Posted: 05/31/2002, 6:15 AM |
|
With CCS Beta 5 + asp/templates
Is there any way to change the 'Select Value' in a drop down list other than editing the html?
Thanks
|
|
|
 |
Nicole
|
| Posted: 05/31/2002, 6:42 AM |
|
Brian,
you can do it in html code. Open HTML editor tab and change initial values there.
|
|
|
 |
Brian Bermingham
|
| Posted: 05/31/2002, 7:09 AM |
|
Thanks for the quick repl Nichole.
What I was thinking of was the list box in a search form showing 'All' or showing 'Select Value' or showing a default value. Could this be set in the Before Show event by putting a {} in the html?
|
|
|
 |
Carey
|
| Posted: 05/31/2002, 7:10 AM |
|
Highlight and then right click on your drop down list control...go down to "<SELECT> Properties." You can change "Select Value" to anything you want in the options portion of the resulting dialog box.
|
|
|
 |