Placing an ASP.NET ImageButton inside a TableCell -


I am trying to put an image button in tableclass, but to add anything The only property I know about a tableclass, is the text property and it's for text, only accepting the string.

How do I add an Imagebutton example instead?

  table cell. Control. Add (Image Button Instance);  

Comments