-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Saravana
Message 4 in Discussion

Hi,   I think currently it is not possible to set the ToolTip for DropdownList control 
in
ASP.NET. I think that it is a limitation of the HTML/DHTML standard. After
rendering the server-side code, ASP.NET just transfer the DropDownList
control to the specific "<Select>" HTML stream. Unfortunately, the "Title"
property is not supported for the "Select" tag (which DropDownList and
ListBox render to) in DHTML.

I noticed that there is a tooltip property on the DropDownList control.
Unfortunately the corresponding documents state the following -

Note: The ToolTip property is inherited from the WebControl class and is not
applicable to the DropDownList control. This implementation of the ToolTip
property does not allow you to set a value and returns String.
In a word, if we can make this (a dropdown with ToolTip) work with plain
HTML and client side script, we should be able to emit the necessary code
from ASP.NET. Check out this link for more details. 
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsDropDownListClassToolTipTopic.asp
    

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/bdotnet/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to