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 will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
How does asp net store session ids by default?
How to prevent client side validation from the ASP.NET validation controls?
Define dll hell?
What are the different method of navigation in asp.net?
What are the Types of object in asp
Less than one page, how many windows will you be able to maintain?
How to set the pane area to transparent of a scrollPane component.?
What are the advantages of using session?
Is asp.net core faster?
What is the use of autowireup in asp.net?
What describes a query?
How should I destroy my objects in asp.net?
Tell me what is the request flow used for asp.net mvc framework? : asp.net mvc
What is asp.net mvc? : asp.net mvc