implementing autoarchive feature in asp.net
HI,
i am having a requirement i want to perform auto archiving in my application.
The requirement is
there are two textboxes autoarchive every and auto archive older than .if i put any value in them i should archive the data(i.e copy the data from one tabel and put it in another tabel)how to implement this in .net i want the solution to be a windowservice can any body tell any other better way to implement this..
|