Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
[CODE]Dim i, k As Integer Dim j As Integer = 0 Dim q As Integer = 0 Dim isChecked As Boolean Dim MoreThanOneTime As Boolean = False For i = 0 To FormGV.Rows.Count - 1 isChecked = DirectCast(FormGV.Rows(i).FindControl("CheckBox1"), CheckBox).Checked If isChecked Then j += 1 End If Next Dim arrCpyNo …
The End.
hopel7758