show drop downlist values on mouseover
-
hi I have a drop downlist with the titles of my documents. I cut the titles if their length is more than 25 but when I hover my mouse on the values of the drop down list, I want to display the full titles as tooltip(I dont know whats the exact name to say, I think its tooltip). for example: If I hover the mouse on links if we set the title of the link it displays the links with yellow box and title. Like that I want to display the titles with in the drop downlist. Is it possible. How can this be done? Any one give me Ideas!! thanks
-
hi I have a drop downlist with the titles of my documents. I cut the titles if their length is more than 25 but when I hover my mouse on the values of the drop down list, I want to display the full titles as tooltip(I dont know whats the exact name to say, I think its tooltip). for example: If I hover the mouse on links if we set the title of the link it displays the links with yellow box and title. Like that I want to display the titles with in the drop downlist. Is it possible. How can this be done? Any one give me Ideas!! thanks
Set the tooltip property of control to the text you want to display.
Arun Singh Noida.
-
Set the tooltip property of control to the text you want to display.
Arun Singh Noida.
Hi Arun thanks for the reply. I set the tooltip property of the drop downlist to the text but in the front end its always showing me the last drop down list value in the tool tip. how can I get the tool tip for all of the values in the drop down list. thanks