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
~155 People Reached
Favorite Forums
Favorite Tags
Member Avatar for jithumathew

Dim Ctrl As Control Dim check As Integer Select Case check Case check = 1 Ctrl = txtName If Ctrl.Text = "" Then validatingControls(Ctrl) MsgBox("enter text") ErrorProvider1.SetError(Ctrl, "enter text") End If Case check = 2 Ctrl = txtAge If Ctrl.Text = " " Then validatingControls(Ctrl) ErrorProvider1.SetError(Ctrl, "enter text") MsgBox("enter text") …

Member Avatar for codeorder
0
155