0
我試圖把一個imagebutton放在一個tablecell中,但是唯一的屬性將任何東西添加到我所知道的tablecell中,是Text屬性。這是文字,只接受字符串。在TableCell中放置一個ASP.NET ImageButton
如何添加Imagebutton實例?
我試圖把一個imagebutton放在一個tablecell中,但是唯一的屬性將任何東西添加到我所知道的tablecell中,是Text屬性。這是文字,只接受字符串。在TableCell中放置一個ASP.NET ImageButton
如何添加Imagebutton實例?
tableCell.Controls.Add(imageButtonInstance);