----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: hrathor Message 10 in Discussion It is possible on IE 7 onlyÂ…not on IE 6<o:p></o:p> <o:p> </o:p> From: RatheeshC [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2007 4:02 AM To: [email protected] Subject: Re: ToolTip for Dropdown control<o:p></o:p> <o:p> </o:p> <o:p></o:p> <o:p></o:p> New Message on BDOTNET<o:p></o:p> <o:p></o:p> <o:p> </o:p> ToolTip for Dropdown control<o:p></o:p> Reply <o:p></o:p> <o:p></o:p> Reply to Sender Recommend <o:p></o:p> Message 9 in Discussion <o:p></o:p> <o:p></o:p> From: RatheeshC <o:p></o:p> <o:p> </o:p> This is possible <o:p></o:p> Just loop through the dropdown list items and assign tool tip<o:p></o:p> <o:p></o:p> for (int i = 0; i < drd.Items.Count; i++)<o:p></o:p> {<o:p></o:p> drd.Items[i].Attributes.Add("title", "Tool Tip to show");<o:p></o:p> }<o:p></o:p> <o:p></o:p> Unlimited freedom, unlimited storage. Get it now<o:p></o:p> <o:p></o:p> View other groups in this category. <o:p></o:p> ----------------------------------------------------------- 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]
