Posts
 
Reputation
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
~87 People Reached
Favorite Forums
Favorite Tags
Member Avatar for teklaw

I am unable to update table when the users clicks on the register button. My code is listed below. vb: Dim retstruct As RegisterCourseInfo Dim uN As String For Each row As GridViewRow In GridView1.Rows Dim cb As CheckBox = CType(GridView1.FindControl("ChkSelect"), CheckBox) If cb IsNot Nothing AndAlso cb.Checked Then uN …

Member Avatar for |-|x
0
87