2
Reply

Convert this line code in C#.net

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

Answers (2)