I am using SQLServer 2005. I have one table called Drivers.
Every day thousands of records will be added in this table.
I have to show all these records in my GridView with out
applying ajax timer beacause we don't know
the time limit when the new record come to the table.
Sometimes it will add for 10 seconds some times 20 seconds.
There by Please try without using timer or any other
soultion apply for the table in sqlserver.
But, i want to see all records immediately when new record
comes in table. How?
Thanks in advance...
Ramesh
Answer Posted / karthik
Set sqlexpiration policy...under cache call back event,
write whatever you want to perform...
Thanks
Karthik.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between application state and caching?
How would you get asp.net running in apache web servers?
Is it right that ASP.NET Web API has replaced WCF?
What is an asp.net web form?
What is application Object?
How we implement web farm and web garden concept in asp.net?
What is asp.net web pages?
What are the two properties that are common on every validation control?
what are the web form events available in asp.net?
What are the versions of garbage collection?
Diff between web user control and web custom control?
What is Razor View Engine
What is a user session?
How do you deploy your asp.net application?
How do you do client-side validation in .net? How to disable validator control by client side javascript?