Hi,
Iam the beginner to the asp.net.
I gone through the code of the TimeTracker.
What is the use of DataAccessHelper.cs?
What is the Difference between
DataAccess dc = (DataAccess)Activator.CreateInstance(dataAccessType); and
DataAccess dc=new DataAccess()
Please explain me in detail..
Thanks in advance..