PC Review


Reply
Thread Tools Rate Thread

how can i assign an alt text in c#

 
 
=?Utf-8?B?RHIuIFNldmVuY2Fu?=
Guest
Posts: n/a
 
      30th Apr 2007
how can i assign an alternate text to a button like we do to html pictures
with ALT?

i am working under c# environment.

thanx in advance
-Dr. S.

 
Reply With Quote
 
 
 
 
Mark Rae
Guest
Posts: n/a
 
      30th Apr 2007
"Dr. Sevencan" <(E-Mail Removed)> wrote in message
news:BF84D3D9-6D31-48AC-B8B0-(E-Mail Removed)...

> how can i assign an alternate text to a button like we do to html pictures
> with ALT?
>
> i am working under c# environment.


If you mean how to add a tooltip to an <asp:Button>, then you do this:

<asp:Button ID="MyButton" runat="server" Text="Button" ToolTip="Hello" />

--
http://www.markrae.net

 
Reply With Quote
 
=?UTF-8?B?R8O2cmFuIEFuZGVyc3Nvbg==?=
Guest
Posts: n/a
 
      30th Apr 2007
Dr. Sevencan wrote:
> how can i assign an alternate text to a button like we do to html pictures
> with ALT?
>
> i am working under c# environment.
>
> thanx in advance
> -Dr. S.
>


Buttons doesn't have an alternate text. You can use the title attribute
for a similar function.

--
Göran Andersson
_____
http://www.guffa.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Assign Text to a Hotkey chilliewillie57 Microsoft Word Document Management 1 15th Aug 2008 09:29 PM
assign value to text =?Utf-8?B?c2hlbGxpZQ==?= Microsoft Excel Worksheet Functions 1 11th Oct 2005 04:46 PM
assign a value to text =?Utf-8?B?R2FsaWFudA==?= Microsoft Excel Worksheet Functions 9 23rd Sep 2005 10:17 AM
assign value to a text box Mark Kurten Microsoft ASP .NET 12 3rd Feb 2004 03:30 PM
assign some text or mixture of numbers and text to a key Don Stowell Windows XP Basics 2 2nd Dec 2003 02:26 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:29 PM.