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 / anonymous
Add a key in appsetting of web.config and set 16 PM as time in that key and update through the key.this key contain server time.
Is This Answer Correct ? | 0 Yes | 9 No |
Post New Answer View All Answers
Why we need a separate mobile project template, while we can render our web application in mobile ?
What is the advantage of mvc?
What is the use of view model in asp.net mvc?
what is model first approach?
What is the significance of nonactionattribute?
What is the use .Glimpse in ASP.Net MVC
How to update one of my table in database at 4pm every day how it is possible?
What is definingquery in entity framework? : Entity framework
How to change the action name in mvc?
What is the importance of NonActionAttribute?
What “beforFilter()”,“beforeRender” and “afterFilter” functions do in Controller?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
Explain Keep method in Tempdata in ASP.Net MVC?
Explain .Net Framework? Why we use it?
how can you tell ef to have a different table or column name than that defined for the class?