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
What is the use .Glimpse in ASP.Net MVC
What is associationset? : Entity framework
Can you explain model, controller and view in mvc?
Can I add mvc testcases in visual studio express?
What are the 2 popular asp.net mvc view engines?
How do you specify comments using razor syntax?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
explain how you can load related entities in ef (entity framework)?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is the difference between model view and controller?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Is dapper better than entity framework?
What is the difference between .net core and .net framework?
Can I add asp.net mvc testcases in visual studio express?
What are child actions in ASP.Net MVC?