[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Re: Add two buttons in datagrid row in same column

Bob Hoffman

6/16/2005 5:02:00 PM

try this

<asp:TemplateColumn HeaderText="Two Images">
<ItemTemplate>
<img alt="" src='C:\SomeImage1.gif'>
<br>
<img alt="" src='C:\SomeImage2.gif'> </ItemTemplate>
</asp:TemplateColumn>



*** Sent via Developersdex http://www.develop... ***