Ask a Question related to ASP.NET General, Design and Development.
-
David #1
how to make button with a little image icon
Hi,
I am very new in the asp.net realm so this may be a very simple
question for most of you. I want to put a little image icon in every
button on my web form but there is no attribute in asp:Button allowing
me to do this. Basically, the buttons are Text buttons except that
there there is a small image icon before every button text. I am
thinking about using Custom Control but I'm not sure if it is really
necessary for my purpose. Thanks for any help for you!
David Guest
-
How to create Button Icon from PNG?
I don't know whether if Acrobat / Reader support using PNG as button icon. If it can how to create the icon form PNG? Thanks. -
How to use icon instead of bitmap for image on button in toolbar?
Hello, I am trying to use an image that has a transparent background on one of the buttons on our custom toolbar in Adobe Acrobat. In the past... -
Icon on button:
I wonder to attach a icon on a button. After created the icon, i still cannot see. May i know what is the mistake i may make? Thanks your concern.... -
All i can see is a broken image icon (this is a littlepaper looking icon with a circle, square and triangle in it
Ever since i got flash player 9 my flash player dosn't wok at all. All i can see is a broken image icon (this is a little piece of paper looking... -
How to get the button icon using the FDF toolkit?
We know that we can take advantage of FDF to send graphical information in either direction between the client and the server. According to this, I... -
William F. Robertson, Jr. #2
Re: how to make button with a little image icon
Have you looked into the asp:ImageButton?
bill
"David" <huayuli@yahoo.com> wrote in message
news:c1708ee0.0308041035.3b40cbf0@posting.google.c om...> Hi,
>
> I am very new in the asp.net realm so this may be a very simple
> question for most of you. I want to put a little image icon in every
> button on my web form but there is no attribute in asp:Button allowing
> me to do this. Basically, the buttons are Text buttons except that
> there there is a small image icon before every button text. I am
> thinking about using Custom Control but I'm not sure if it is really
> necessary for my purpose. Thanks for any help for you!
William F. Robertson, Jr. Guest
-
William F. Robertson, Jr. #3
Re: how to make button with a little image icon
I can't think of any way without using the styles Keving suggested, but you
are limiting your self to certain browsers.
Another possible solution for you is to use the ImageButton, and then set
the ToolTip property to the text that you want to display.
HTH,
bill
"David" <huayuli@yahoo.com> wrote in message
news:c1708ee0.0308041500.6dd10c47@posting.google.c om...news:<#Nom$qrWDHA.1632@TK2MSFTNGP11.phx.gbl>...> Thanks Bill but the ImageButton does not allow you to show the button
> Text. Is there a way to get the combination of an image and some texts
> on the button? Thanks!
>
>
> "William F. Robertson, Jr." <wfrobertson@kpmg.com> wrote in message> > Have you looked into the asp:ImageButton?
> >
> > bill
> > "David" <huayuli@yahoo.com> wrote in message
> > news:c1708ee0.0308041035.3b40cbf0@posting.google.c om...> > > Hi,
> > >
> > > I am very new in the asp.net realm so this may be a very simple
> > > question for most of you. I want to put a little image icon in every
> > > button on my web form but there is no attribute in asp:Button allowing
> > > me to do this. Basically, the buttons are Text buttons except that
> > > there there is a small image icon before every button text. I am
> > > thinking about using Custom Control but I'm not sure if it is really
> > > necessary for my purpose. Thanks for any help for you!
William F. Robertson, Jr. Guest
-
David #4
Re: how to make button with a little image icon
How about Custom Control or User Control? This should not be
complicated because the only thing we want is a Text button with icon.
Thanks for any advice!
"Kevin Spencer" <kevin@takempis.com> wrote in message news:<uZft5C1WDHA.1644@TK2MSFTNGP10.phx.gbl>...> It can be done with styles - on some browsers.
>
> --
> HTH,
>
> Kevin Spencer
> Microsoft MVP
> .Net Developer
> [url]http://www.takempis.com[/url]
> Complex things are made up of
> lots of simple things.
>David Guest



Reply With Quote

