how to use select type in Dropdownlist in C# without declaring as a list item
Posted
by superstar
on Stack Overflow
See other posts from Stack Overflow
or by superstar
Published on 2010-04-20T17:37:23Z
Indexed on
2010/04/20
17:53 UTC
Read the original article
Hit count: 183
I guess this is simple, but i couldnot figure it out.
i have a dropdown list with values
America
Asia
Europe
I need to the display the ddl as Select Type and when i click it, it should display the three values, but i should not use Select Type as a list item and it should not be displayed in the list. It should only be used as a default text in ddl.
Thanks,
© Stack Overflow or respective owner