Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Professional For advanced ASP.NET 1.x coders. Beginning-level questions will be redirected to other forums. NOT for "classic" ASP 3 or the newer ASP.NET 2.0 and 3.5
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 18th, 2008, 08:57 AM
Authorized User
 
Join Date: Mar 2008
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to myself.panku
Default set tooltiptext on every listitem for Combo

How would i set tooltiptext on every listitem of dropdownlist.

I m using this way....

but still unable to get my desired work done.....

    foreach (ListItem litem in Drp.Items)
        {
            litem.Attributes.Add("title", litem.Text);
        }

__________________
Thanks
-Pankaj Bahuguna





Similar Threads
Thread Thread Starter Forum Replies Last Post
ToolTipText on Button in C# 20005 akumarp2p C# 2005 1 December 26th, 2006 09:04 AM
Multiple combo boxes, one data set. jbenson001 VB.NET 2002/2003 Basics 6 March 23rd, 2005 10:39 AM
listitem alyeng2000 ASP.NET 1.0 and 1.1 Basics 2 January 3rd, 2004 10:13 AM
SelectedIndexChange uses ListItem value Randy76 VS.NET 2002/2003 3 September 11th, 2003 09:33 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.