How can i add tool tip to drop down list ?
-
Hii, In ASP.Net Application how can i show tool tip... Aur any other alternative... Thanx & Regards :) Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
-
Hii, In ASP.Net Application how can i show tool tip... Aur any other alternative... Thanx & Regards :) Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com
From the front end just add
<foo title="my tooltip text" >.
Code behind:control.Attributes["title"] = "my tooltip text";
Look at NiceTitle.js to make it prettier :)**xacc.ide-0.1.3.12 - Now a whole lot faster (and better)
Consolas size screenshots (see how fractional font sizes look)**
-
From the front end just add
<foo title="my tooltip text" >.
Code behind:control.Attributes["title"] = "my tooltip text";
Look at NiceTitle.js to make it prettier :)**xacc.ide-0.1.3.12 - Now a whole lot faster (and better)
Consolas size screenshots (see how fractional font sizes look)**
-
you want tooltip, you can get tooltip: http://www.codeproject.com/useritems/xNetComponents.asp[^]
I have read the artical but there is no property given in this custom control where i can give tool tip text... Thanx Anuj Kamthan Software Developer Solversa Technologies, Pune - 411007, India. http://www.solversa.com