Click here to Skip to main content
15,908,581 members

Comments by Member 11127394 (Top 2 by date)

Member 11127394 12-Oct-14 12:12pm View    
Can you help me with the code to build validations? The logic:

a) It can't start with a commma or -
b) Cannot have 2 consecutive commas
c) Cannot have a '-' after a comma
d) Should validate a range (should not allow 9-5)

I need to somehow get access to the text entered so far...dont know how

Thanks
Member 11127394 5-Oct-14 7:22am View    
I am using VB.NET.

Label is the Label control in System.Windows.Forms.

Can you please suggest a solution in VB.NET?

Thanks