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
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is a 1x1 pixel?
What are url fragments?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
What is the difference between session and viewstate in asp.net?
What are strong names?
What is meant by web application?
What is a postback url?
Explain the use of duration attribute of @outputcache page directive.
What is asynchronous call?
What are main return types supported in Web API?
Why do we need master page in asp.net?
What kind of programming language is ASP.NET?
What is data reader in asp.net?
What are the advantages of asp.net mvc framework? : asp.net mvc