开发者

Placing an ASP.NET ImageButton inside a TableCell

开发者 https://www.devze.com 2023-01-17 21:35 出处:网络
I\'m trying to put an imagebutton in a tablecell, but the only property to add anything to a tablecell I know of, is the Text property. And that\'s for text, on开发者_如何学运维ly accepting Strings.

I'm trying to put an imagebutton in a tablecell, but the only property to add anything to a tablecell I know of, is the Text property. And that's for text, on开发者_如何学运维ly accepting Strings.

How do I add the Imagebutton instance instead?


tableCell.Controls.Add(imageButtonInstance);
0

精彩评论

暂无评论...
验证码 换一张
取 消