Isomorphic,
I am having 4 select Items.
From Month(values are like Jan, Feb, Mar etc..)
From Year(Values are like 2008,2009 etc..)
To Month(values are like Jan, Feb, Mar etc..)
To Year(Values are like 2008,2009 etc..)
I need to validate the selected entries based on click on a button. I thought of using DateRangeValidator. But how can i associate this validator? to which component i need to associate?(Like to which component i need to set this validator)
we are not using datepicker because our own reasons.. Given this scenario, how can we validate user selection.
Please give me some clue.
Thanks,
Yathish
I am having 4 select Items.
From Month(values are like Jan, Feb, Mar etc..)
From Year(Values are like 2008,2009 etc..)
To Month(values are like Jan, Feb, Mar etc..)
To Year(Values are like 2008,2009 etc..)
I need to validate the selected entries based on click on a button. I thought of using DateRangeValidator. But how can i associate this validator? to which component i need to associate?(Like to which component i need to set this validator)
we are not using datepicker because our own reasons.. Given this scenario, how can we validate user selection.
Please give me some clue.
Thanks,
Yathish
Comment