You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
I would like to have validation key properties in my application .for example i need to force user to enter numerical data in textbox and show some special message to user when they dont enter numerical. data. I really appreciate if someone help me.
Hal Abelson
unread,
Sep 7, 2014, 9:46:49 AM9/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
If you are wondering about general validation, then you need to examine the input when it is done and write a program to examine the input and decide if it's OK.
If you are asking specifically about making sure that the input is a number, then set the NumbersOnly property of the text box.