Hi all,
I am developing web App using C#. and sqlserver 2005
My problem is,Assume user enter his data in to database,then it compare the datetime of Now with datetime present in database.(i have a column Createdon(datetime)).and it restrict the user to enter same data in same date.
but problem is Assume if user entering his data for first time how its will check with database time?
Loading
Blocked AccountPosted May 1, 2008, 4:36 AM
Hi,
if user entering his data for first time then check the existence of the user data on the table on that day.