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
Which control has default post back is enabled(true)?
What are the new web part controls in asp.net 2.0 ?
How do we assign page-specific attributes?
What is a 401 redirect?
How do you identify that the page is postback?
How does session work?
Differentiate between early binding and late binding.
Is asp net front end or backend?
Explain security types in asp.net?
Is redux flux?
How to handle errors in Web API?
How do you open a page in a new window?
What are session and cookies?
Define the steps to set up validation control.
What is the use of session state and application state and difference between them?