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
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
How does the 'page lifecycle' of asp.net mvc works?
how do you query in entity model when the result has a join from from different database other than the entity model?
What is .net architecture and framework?
Explain the methods used to render the views in ASP.Net MVC?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Do you know about the new features in ASP.Net MVC 4 ?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is Differnce between html.action and ajax.action?
What is the .net framework?
Can we change web.config settings from iis?
Can you please explain the request flow in ASP.NET MVC framework?
Explain the tools used for unit testing in ASP.Net MVC
why DotNetFramework is included in building a software