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

I have a gridview consisting of columns like UserID,TaskID,ReminderDate,Task,TaskType,TaskStatus




How to check whether datetime in ReminderDate column is matched with system Date.

Please guide me.....
Posted
Updated 2-Jul-13 23:23pm
v2
Comments
jaideepsinh 3-Jul-13 1:32am    
Harsha, can you saw your code or explain clearly what you want to do.

1 solution

first you find Reminder date at row bound of grid view then match it for every row of gridview with the help of for loop or with foreach loop..
 
Share this answer
 
v2

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