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
What are the security types in ASP/ASP.NET? Different Authentication modes?
How would you turn off cookies on one page of your website?
What is a runtime version?
Which type of state management is provided by Query String in ASP.NET?
What is gridview in asp.net?
Can we have a web application running without web.config file?
What is another word for redirect?
How can you handle exceptions in asp.net?
What is IPostBack? How to use it?
What is role-based security in asp.net?
What is a web farm?
What is the use of autowireup in asp.net?
What are the steps to follow to host a web application on a web server?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Describe a bubbled event and how it is used ?