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
Which browsers support the xmlhttprequest object?
How should I destroy my objects in asp.net?
How many types of validators are there in asp net?
What does mean by a neutral culture?
Why do you use the app_code folder in asp.net?
Explain the difference between the web config and machine config.
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
What are the steps involved to fill a dataset?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Define static constructor?
Describe how to implement globalization and localization in the use interface in .net.
Which object wraps the state or data of a user?
Is asp.net a programming language or framework?
Explain the differences between clr & cts?
What is cookies in asp net?