In a C# 2010 web form application, I would like to know how to ajax controls to validate the format of a date in mm/dd/yyy format. I basically need to validate the mm/dd/yyyy format includes for month, date, year. I also am required to make certain the
user enters the date with the '/'. enter.
I guess I responded to the same question in your other thread.
Please remember to click “Mark as Answer” on the post that helps you and to unmark it if a marked post does not actually answer your question.
Thank you!
----------------------
"Microsoft Community Contributor Award 2011"
Can you also tell me how to wire up ajax controls to my web form? I know you need a toolkit? and some panel? Can you show me how to get the web form page to use an ajax control?
I am asking this question for my own knowledge and in case my boss lets me use ajax controls.
cindy gal
Member
45 Points
86 Posts
ajax controls used to validate values
Jul 21, 2012 12:00 AM|LINK
In a C# 2010 web form application, I would like to know how to ajax controls to validate the format of a date in mm/dd/yyy format. I basically need to validate the mm/dd/yyyy format includes for month, date, year. I also am required to make certain the user enters the date with the '/'. enter.
Can you tell me how to accomplish this goal?
santa_1975
Star
8574 Points
1499 Posts
Re: ajax controls used to validate values
Jul 21, 2012 12:08 AM|LINK
Hi,
I guess I responded to the same question in your other thread.
Thank you!
----------------------
"Microsoft Community Contributor Award 2011"
cindy gal
Member
45 Points
86 Posts
Re: ajax controls used to validate values
Jul 21, 2012 02:55 AM|LINK
Can you also tell me how to wire up ajax controls to my web form? I know you need a toolkit? and some panel? Can you show me how to get the web form page to use an ajax control?
I am asking this question for my own knowledge and in case my boss lets me use ajax controls.
chetan.sarod...
All-Star
65619 Points
11118 Posts
Re: ajax controls used to validate values
Jul 23, 2012 03:17 AM|LINK
you can use MaskedEditValidator
Refer this
http://forums.asp.net/t/1319320.aspx/1
http://forums.asp.net/t/1186833.aspx/1
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.