|
-
Apr 21st, 2004, 10:27 PM
#1
Thread Starter
New Member
Tooltips in webforms?
Is it possible to add tooltips to controls in webforms?
-
Apr 21st, 2004, 11:04 PM
#2
PowerPoster
It is called the alt text or something like that....
-
Apr 22nd, 2004, 01:48 AM
#3
Thread Starter
New Member
Would you mind being a bit more specific? I'm new to asp.net, only know simple html and am using the wysiwyg web form in VB.NET. Alt text sounds like something that I should insert into the HTML code (the 'codebehind'). Is this correct?
Thanks
-
Apr 22nd, 2004, 07:37 AM
#4
I wonder how many charact
Quite a few web server controls use a ToolTip property, you can use that on the server side, so you won't have to add it to the front-side html.
I am not aware if this works for any browser other than IE though, so depending on your requirements, its out there so you know.
There are also quite a few rocking 3rd-Party tooltip components for asp.net, that all work with invisible div's and such... use the Google..
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|