Hi all,
I have to enter a date in a textbox manually. I want to raise an exception if some other values are entered in the textbox instead of numbers.
What is the exeption to be raised if i do not enter numbers in the textbox?
I am using ASP.NET and C#.NET
Please help me..
Regards,
Mathew
I have to enter a date in a textbox manually. I want to raise an exception if some other values are entered in the textbox instead of numbers.
What is the exeption to be raised if i do not enter numbers in the textbox?
I am using ASP.NET and C#.NET
Please help me..
Regards,
Mathew
Comment