DataGrid Question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible, and if so examples please, to replace the Grid (Select, Edit,
Delete) button with an Image?

Thanks
BrianDH
 
In order to zing you an example, are you talking about the ASP.NET DataGrid?
 
found anser to my own question:
<asp:ButtonColumn Text="<img border=0 src=Delete.bmp alt=Delete>"
HeaderText="Delete" CommandName="Delete">
<ItemStyle Width="1%"></ItemStyle>
</asp:ButtonColumn>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top