C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




tooltips


Posted Date: 18 Dec 2006      Total Responses: 2

Posted By: anita singh       Member Level: Gold     Points: 2


hi friends i need ur help
i wanna show tooltips on the server control as well as on the table coloumn one thing is that the tooltip is taken from the database .
thanks in advance
Anita Singh




Responses

Author: Prajakta J.    18 Dec 2006Member Level: SilverRating:     Points: 2
Hi,

I guess you can set Tooltip text to server controls through property AlternetText.


Author: sandeep Avh    18 Dec 2006Member Level: GoldRating:     Points: 2
Dim tbl As New Table
Dim tc As TableCell
Dim tr As TableRow
Dim ds As New DataSet
Dim dr As DataRow
For Each dr In ds.Tables(0).Rows
tr = New TableRow
tc = New TableCell
tc.Text = dr("User")
tc.ToolTip = dr("Description")
tr.Cells.Add(tc)
tbl.Rows.Add(tr)
Next


Post Reply
You must Sign In to post a response.
Next : Hello Abhishek Arya... Clarification required on Postback
Previous : java script validations for email textbox
Return to Discussion Forum
Post New Message
Category: ASP.NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design

budget conference call

Contact Us    Privacy Policy    Terms Of Use