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 / subhash saini
u have to use cache for that, which automaically refresh
the page by calling delegate.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to find out what version of asp.net I am using on my machine?
How does asp page work?
How does a web application session work?
How many types of session state management options available in asp.net?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What is base class of .net?
What do you understand from custom control?
Is viewstate secure?
Define common type system?
How to change Master page in ASP.Net using code?
What is session authentication?
What is asp.net architecture?
Explain the different types of directives in .net?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
How can we identify that the Page is Post Back?