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 / sanjeev
you can use sql server based cache bu this whenever a record
is entered in the database, the cache expires and new reult
will be displayed
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Can I combine classic asp and asp.net pages?
How to prepare culture-specific formatting in .net.
What are the new data controls in asp.net 2.0?
What does a switch do?
What is autopostback true?
Does asp.net still recognize the global.asa file?
Can I stream live content/events?
Which method do you use to enforce garbage collection in .net?
Explain the difference between debug.write and trace.write?
What are the server control tags in asp.net.?
What is data binding in asp net?
Explain the steps to be followed to use passport authentication.
What’s the catch?
What are the Types of object in asp