2
嘗試拉取由SQL數據庫動態填充的標籤的文本值。任何幫助將不勝感激!查找控制文本(ASP.NET/C#)
ASP.NET
<asp:Label ID="PlatformName" Text='<%# DataBinder.Eval(Container.DataItem, "PlatformName") %>' runat="server" />
C#代碼隱藏(這使我的對象,而不是字符串值的標籤)
string strPlatform = GameGrid.Rows[counter].FindControl("PlatformName").ToString()
偉大工程的感謝! – KennyH 2010-11-11 13:48:03