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
Describe the roles of clr in .net framework.?
What does a viewmodel do?
What is a view engine?
Can you explain renderbody and renderpage in mvc?
What are the 3 main components of an asp.net mvc application?
Explain the tools used for unit testing in ASP.Net MVC
What is the meaning of unobtrusive javascript?
differences between poco, model first and data first approach?
How does servicing work for the .net framework 3.0?
What is the use of viewmodel in mvc?
What are Non Action methods in ASP.Net MVC?
What are Action Filters in ASP.NET MVC and its use?
Name a few different return types of a controller action method?
How you can implement custom validation in asp.net MVC?
Explain the request flow in asp.net mvc framework?