C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Forums » .NET » ASP.NET »

Mr india


Posted Date: 20 Nov 2008      Posted By: gompra      Member Level: Silver     Points: 1   Responses: 2



i am not using list item
using databind method i am binding details to dropdownlist

for ex:

dtStatus = new Pl().FetchTable("Ps");
ddls.DataSource = dtStatus;
ddls.DataTextField = "Pus";
ddls.DataValueField = "PID";
ddls.DataBind();
ddls.Items.Insert(0,"--Select Status--");
how to add tooltip for this help me





Responses

Author: Preet    20 Nov 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 1

From the property window of the
drop down list, set the tool tip
property to whatever you want.



Author: Venkat Tammineni    20 Nov 2008Member Level: GoldRating: 2 out of 52 out of 5     Points: 3

hi,

All most all controls have the tooltip property.it accepts string. you can just send string in tooltip property.If you more you can use javascript onmouseover event.

thanks



Post Reply

 This thread is locked for new responses. Please post your comments and questions as a separate thread.
If required, refer to the URL of this page in your new post.


Next : default selection on a datagrid that has radio buttons C#
Previous : how can i work with .csv file and sql server 2000 or 2005 ?
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use