2
Answers

Convert this line code in C#.net

Dim rptCheckBox As CheckBox = CType(Item.FindControl("chkSearch"), CheckBox)
how to convert this line code in C#.net

Answers (2)