DropDownList
-
HI, I want to ask a question regarding DropDownList. This is the code:- +54 Argentina +93 Afganistan +91 India +61 Austrila +91 India +32 Belgium +91 India +53 Brazil +359 Bulgaria +86 China +299 GreenLand +33 France +49 Germany +852 HongKong +52 Mexico So, I want if user select +33 France from DropDownList then in DropDownList it should display +33 FR instead of this full name +33 France which is mention in DropDownList???So,is it possible??? How can I achieve this???
-
HI, I want to ask a question regarding DropDownList. This is the code:- +54 Argentina +93 Afganistan +91 India +61 Austrila +91 India +32 Belgium +91 India +53 Brazil +359 Bulgaria +86 China +299 GreenLand +33 France +49 Germany +852 HongKong +52 Mexico So, I want if user select +33 France from DropDownList then in DropDownList it should display +33 FR instead of this full name +33 France which is mention in DropDownList???So,is it possible??? How can I achieve this???
You can see DisplayText set to your control here it is "+33 France" and what you have selected. However, you can have different Value returned for your selection you made. If you want to see the different text before and after selection for the same control you can't.
-
HI, I want to ask a question regarding DropDownList. This is the code:- +54 Argentina +93 Afganistan +91 India +61 Austrila +91 India +32 Belgium +91 India +53 Brazil +359 Bulgaria +86 China +299 GreenLand +33 France +49 Germany +852 HongKong +52 Mexico So, I want if user select +33 France from DropDownList then in DropDownList it should display +33 FR instead of this full name +33 France which is mention in DropDownList???So,is it possible??? How can I achieve this???
What you are trying to do is not a good practice. Why do you want to change the dropdown list after user selected it. Are you making things harder while there might an easier solution for you actually need ???