S
S. Justin Gengo
Kerri,
Use the drop down's SelectedIndexChanged Event.
You should also set some type of text as the first item such as "Please
Select". If you don't the user won't be able to fire the event for the first
item in the list because the index won't be able to be changed to it (The
first time at least).
Then use a required field validator to keep the user from selecting the
"Please Select" entry. Do so by setting the required field validator's
InitialValue property to: "Please Select".
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
www.aboutfortunate.com
"Out of chaos comes order."
Nietzche
Use the drop down's SelectedIndexChanged Event.
You should also set some type of text as the first item such as "Please
Select". If you don't the user won't be able to fire the event for the first
item in the list because the index won't be able to be changed to it (The
first time at least).
Then use a required field validator to keep the user from selecting the
"Please Select" entry. Do so by setting the required field validator's
InitialValue property to: "Please Select".
Sincerely,
--
S. Justin Gengo, MCP
Web Developer
Free code library at:
www.aboutfortunate.com
"Out of chaos comes order."
Nietzche