G
Guest
hey all,
if i have a GridView of records which contain a start and end date for each
record and i need to validate these dates to make sure:
1. they are valid dates
2. dates don't over lap among records
3. there can only be 1 record that has a null end date to represent a
arbitrary current record.
4. End date for a record does not proceed the start date
thanks,
rodchar
if i have a GridView of records which contain a start and end date for each
record and i need to validate these dates to make sure:
1. they are valid dates
2. dates don't over lap among records
3. there can only be 1 record that has a null end date to represent a
arbitrary current record.
4. End date for a record does not proceed the start date
thanks,
rodchar