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 / priya
if your application is in run under the server system then
take the server time,that time is equal to 4pm then write
the update query of the selected table and field.
Is This Answer Correct ? | 14 Yes | 12 No |
Post New Answer View All Answers
Is razor a server side?
How to make sure Client Validation is enabled in ASP.Net MVC
Can I add asp.net mvc testcases in visual studio express?
Explain the methods used to render the views in mvc?
Describe the gac in the .net framework.
mention in what all scenarios entity framework can be applicable?
Explain something about model, view and controllers in asp.net mvc?
What are the Core features of ASP.NET MVC?
what is .edmx file and what it contains?
What is stateless model?
What are the new enhancements done in default project template of asp.net mvc 4?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What are the components of the .net framework.
Describe the roles of clr in .net framework.?
How to return the JSON from action method in ASP.Net MVC?