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
Explain Bundle.Config in ASP.Net MVC4?
How to change the action name in mvc?
In which assembly is the mvc framework defined?
How to use multiple submit buttons in asp.net mvc?
What is ViewStart Page in ASP.Net MVC?
what is eager loading?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is the difference between model and entity?
Which are the important namespaces used in ASP.Net MVC?
what is entity graph in entity framework?
How we can multiple submit buttons in ASP.Net MVC
What are Non Action methods in ASP.Net MVC?
What is session state management?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
What are ajax helpers in asp.net mvc?