Ask a Question related to ASP.NET General, Design and Development.
-
Edmilson #1
Imagebutton over a little text
Hi,
How can I put a little text below a imagebutton control ? Is there any
property ?
tks
ed
Edmilson Guest
-
ImageButton PostBack Help
I cant figure out why this ImageButton doesn't post back the way a Button does. Can anyone explain to me why the RaisePostBackEvent() method doesn't... -
Imagebutton as commandbutton
Hi, I want to use an imagebutton as commandbutton in a datagrid. When I add a column, say "delete", convert it to a template column and replace... -
Datagrid & imagebutton
I have a datagrid with a templatecolumn, in this template there are two imagebutton, one for modify the record, one to cancel, but i'm not able to... -
How can I put some text on a imageButton
dear all,I want to put some text(caption) on a imageButton in asp.net,I guess this maybe be done by deriving a new class from ImageButton,but I... -
Datagrid and Imagebutton
try to write your code in the ItemCommand event of the datagrid (remove the code from your sub and put it in the ItemCommand event of the datagrid )... -
Steve C. Orr, MCSD #2
Re: Imagebutton over a little text
There is no property for this.
I might suggest creating a small 2 cell table, with the text in the table
cell below the image button's table cell.
If you're going to be doing this often you might consider making it into a
control so you can reuse it easily.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Edmilson" <troqui@padtec.com.br> wrote in message
news:%23QKn3bsVDHA.1692@TK2MSFTNGP11.phx.gbl...> Hi,
>
> How can I put a little text below a imagebutton control ? Is there any
> property ?
>
> tks
> ed
>
>
Steve C. Orr, MCSD Guest



Reply With Quote

