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
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
Which .net framework is installed?
Explain what languages does the .net framework support?
Explain Keep method in Tempdata in ASP.Net MVC?
What are the benefits of .net framework?
How does .net framework works?
What is work of clr?
Possible ways to prevent xss attacks on mvc application?
What is the .net framework and how does it work?
Can I remove .net framework?
Explain the advantage of packaging over xcopy in .net?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
explain why t4 entity is important in entity framework?
What are sections?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?