Iam using an asp.net application .
i want to update one of my table in database at 4pm every day
how it is possible.
Answer Posted / priya
if your application is in run under the server system then
take the server time,that time is equal to 4pm then write
the update query of the selected table and field.
| Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
What are authentication filters in web api?
How to Redirect Tracing to a File
Possible ways to prevent xss attacks on mvc application?
What is object service? : Entity framework
What is the use of view model in asp.net mvc?
What is razor code?
How does servicing work for the .net framework 3.0?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
How we can add the CSS in ASP.Net MVC?
What is action methods in web api?
What are the advantages of mvc over asp.net?
What is the use of the default route?
Mention some action filters which are used regularly in ASP.Net MVC?
How we can register the Area in ASP.Net MVC?
What is controllercontext?