i'm trying to apply this tooltips control to the drop down list, but the thing is that my dropdown is dynamic, it populates by database. so now my ddl has this for example
1
2
3
4
5
what i wnat to do is when you hover mouse a value on the ddl, it will pop up a description of what the value means on the ddl. how do i do that anyone help would really appreciate it.
1
2
3
4
5
what i wnat to do is when you hover mouse a value on the ddl, it will pop up a description of what the value means on the ddl. how do i do that anyone help would really appreciate it.