DataGrid Button Column

  • Thread starter Thread starter Javier Ros
  • Start date Start date
J

Javier Ros

hi guys,
I´m working with datagrids and use the button columns, but I don´t like
the buttons prefers the imagebutton, how to put a image in the place of
button?
without change the HTML code, using C# Codebehind.


(I want a ImageButton column :-) )

..Javier Ros Moreno.
 
Hi

For DataGrid Button Column, Assing Text Propery value as
like this
Text = <img src =<<img.gif>>>

HTH
Ravikanth
 

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