Hi All,
I have gridview before the grid i will set start date and end date.
when a users add rows in gridview the date must be filled ion that range only.
For Eg
Start date:01-03-2014 End date:31-03-2014
when a gridview number of rows is added for example 3 :
i need to check:
first condtion when only 1 row is there:1st row data is matching my start date and end date.
Second condition:
my gridview rows has these data:
01-03-2014 31-03-2014
02-03-2014 31-03-2014
03-04-2014 03-05-2014
it should throw error to be stating that data must be between 1st march to 31st march only
Go to the complete details ...