看板 C_Sharp 關於我們 聯絡資訊
Dim strString As String Dim rc As RepeaterItemCollection = Repeater1.Items Dim myCheckBox As CheckBox For Each Item As RepeaterItem In rc myCheckBox = CType(Item.FindControl("CheckBox1"), CheckBox) If myCheckBox.Checked Then strString = CType(Item.FindControl("Label1"), Label).Text If strString > "" Then ' 在這邊看你要作啥動作 End If End If Next 請高手幫我把上面的程式碼轉成C#,謝謝~ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 125.229.43.244
wellwind:http://tinyurl.com/2omq39 07/18 15:19
laer7621:請問有C++轉成C# 或著是BCB轉成C#的工具嗎?? 07/18 16:11
sheauren:.NET語言要互轉比較單純 C++->C#差異很大@@ 07/18 18:57
huge:這篇竟然沒被噓 @@ 07/18 23:09
VZA:樓上說出了我的心聲 ~ 07/19 01:02
windqqr:樓樓上還推了呢 XD 07/19 12:18