hi, I have created a web application using ASP.NET. In that web page, i have a textbox, in which the user has to enter the time(hh:mm:ss) in this format. If the user doesnot enter the time in this format,ie(hh:m:ss), i have to provide an error message saying, time format is not proper. How to achieve this?
please help