Click here to Skip to main content
15,901,853 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
heyy..

Heyy..

I am working in SSRS report..In that there is From date and to Date parameter..

My problem is
1. How to check Date validation between from date and To date

2. Can type letters in Date parameter Textbox(with this I got error..)


So ,Can I use the regular expression in Date parameter ..and how ?
Posted
Comments
[no name] 18-Apr-13 8:28am    
1. The exact same way you would check if any other value is less than, greater than or equal to any other value.
2. So don't type letters and you won't get whatever error you are getting

Sure you could, you just have to write a regular expression and find a use for it.
aravindnass 18-Apr-13 23:59pm    
but it is a bug..isn't it..So I want validate it..Is any sample for it..

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900