Hi Friends,
Please help me on this condition for MINDATE.
MinDate='<%# Convert.ToDateTime(Eval("startDate")).ToString("dd/MMM/yyyy") %>'
I have startdate and Finish date. In finish date people cannot enter date lesser than or equal to start date.
So I used the MinDate but MINdate is allowing to enter start date if it is equal . How to avoid enetering same date equal to start date.
I only can enter finish dates greater than start dates.
Please help me in achieving this.
Regards,
Bharath.
Please help me on this condition for MINDATE.
MinDate='<%# Convert.ToDateTime(Eval("startDate")).ToString("dd/MMM/yyyy") %>'
I have startdate and Finish date. In finish date people cannot enter date lesser than or equal to start date.
So I used the MinDate but MINdate is allowing to enter start date if it is equal . How to avoid enetering same date equal to start date.
I only can enter finish dates greater than start dates.
Please help me in achieving this.
Regards,
Bharath.