Home All Groups Group Topic Archive Search About
Author
20 Oct 2006 11:23 PM
David Thielen
Hi;

I want to have a button in a cell of a grid (in each row) where the button
is just a bitmap - no text. Which control should I use? Just a plain old
asp:ImageButton?

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm

Author
21 Oct 2006 3:02 PM
Mark Fitzpatrick
I would use the ImageButton. It handles all the event shta tyou would
normally want to use on an button and displays the image as well.

--
Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

Show quoteHide quote
"David Thielen" <thielen@nospam.nospam> wrote in message
news:27CDF0A5-5D8B-454A-9AEA-94FC7451E366@microsoft.com...
> Hi;
>
> I want to have a button in a cell of a grid (in each row) where the button
> is just a bitmap - no text. Which control should I use? Just a plain old
> asp:ImageButton?
>
> --
> thanks - dave
> david_at_windward_dot_net
> http://www.windwardreports.com
>
> Cubicle Wars - http://www.windwardreports.com/film.htm
>
>
Author
25 Oct 2006 9:15 AM
Steven Cheng[MSFT]
Hello Dave,

Have you got any further ideas on this or have you determined the control
to use?

Please feel free to post here if you have any further question.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


This posting is provided "AS IS" with no warranties, and confers no rights.
Author
25 Oct 2006 3:44 PM
David Thielen
Hi;

I ended up writing
http://www.davidthielen.info/programming/2006/10/buttonlinkfield.html and
http://www.davidthielen.info/programming/2006/10/linkimagebutton.html because
I need the onmouseover, etc bitmap change events.

--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com

Cubicle Wars - http://www.windwardreports.com/film.htm




Show quoteHide quote
"Mark Fitzpatrick" wrote:

> I would use the ImageButton. It handles all the event shta tyou would
> normally want to use on an button and displays the image as well.
>
> --
> Hope this helps,
> Mark Fitzpatrick
> Former Microsoft FrontPage MVP 199?-2006
>
> "David Thielen" <thielen@nospam.nospam> wrote in message
> news:27CDF0A5-5D8B-454A-9AEA-94FC7451E366@microsoft.com...
> > Hi;
> >
> > I want to have a button in a cell of a grid (in each row) where the button
> > is just a bitmap - no text. Which control should I use? Just a plain old
> > asp:ImageButton?
> >
> > --
> > thanks - dave
> > david_at_windward_dot_net
> > http://www.windwardreports.com
> >
> > Cubicle Wars - http://www.windwardreports.com/film.htm
> >
> >
>
>
>