Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一个图像按钮放在一个表格单元中,但我知道的向表格单元添加任何内容的唯一属性是 Text 属性。那是文本,只接受字符串。
如何改为添加 Imagebutton 实例?
tableCell.Controls.Add(imageButtonInstance);