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
Explain the disadvantages of viewstate?
What is difference between view and partial view?
What is meant by web application?
What is query string?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
Disable Mouse right click on web page in asp.net?
Who generates session id?
What is inproc mode in session?
Can you explain one critical mapping? Performance issue which one is better?
What is session id in web application?
What is the difference between pathparam and queryparam?
What are triggers of an updatepanel?
When Cookies are expired in ASP.NET?
Explain file-based dependency and key-based dependency.