Hi All,
Query regarding dropdown list...
After selecting an item from a drop down list, the dropdown list should disappear and the item selected should appear in its place.
How to go about it?
Any help will be appreciated...
Hi All,
Query regarding dropdown list...
After selecting an item from a drop down list, the dropdown list should disappear and the item selected should appear in its place.
How to go about it?
Any help will be appreciated...
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vimal KandasamyPosted Feb 6, 2009, 5:35 AM
in my point of view there are two ways,
1.create a label & place it near to dropdownlist and after select a value set dropdownlist.visible=false and
label.text=dropdownlist.selecteditem.text.
Now u get ur value in label and list wont visible
2.after select value,disable dropdownlist.
dropdownlist.enabled=false;
I think these answers will help u..
Happy to Learn,
Vimal Kandasamy.
Vijaya KadiyalaPosted Feb 4, 2009, 12:29 PM
Hi
You mean Clear every other item from the dropdownlist and have only this selected item?
Thanks -- Vj
http://dotnetvj.blogspot.com