I have a text box which will contain numbers (mobile numbers) and these will be delimited by comma's as shown below: -
07845123123, 07845321321, 07845123456
When the user clicks on a button I want to check that the contents of the textbox only contains numbers and comma's and doesn't start with a comma.
What wouldpeople recommend as the best way to handle this type of validation?
Thanks & Regards