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 / anil kr singh
You can not provide such answer. Suppose application is not
running and normally no applications run 24 hours. Make a
schedulers/job that run every day at 4 PM. This is the only
correct answer..
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
What is Layout in ASP.Net MVC?
What is partialview in asp.net mvc?
Explain the advantages of asp.net mvc over asp.net?
Can I add asp.net mvc testcases in visual studio express?
Can you explain renderbody and renderpage in mvc?
What you mean by routing in mvc?
What are the versions of .net framework?
Which version of .net framework is installed?
Can any particular component of .net framework 3.0 be removed?
If I have multiple filters implemented, what is the order in which these filters get executed?
how can you tell ef to have a different table or column name than that defined for the class?
What are non action methods in mvc?
Mention some action filters which are used regularly in ASP.Net MVC?
What is Attribute Routing in ASP.Net MVC?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?