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
Who can consume WebAPI?
Can you use c# without .net?
What is Cookies Less Session?
How can we use Web API with ASP.NET Web Form?
What is the concept of view state in asp.net?
Briefly describe the role of global.asax?
What are the differences between primary foreign and unique keys?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the difference between debug and release?
List of words of preprocessor in .net?
Can a master page have more than one contentplaceholder?
Can we set master page as a start page?
Explain what is clr?
Describe a Windows Service and its lifecycle ?
What is the equivalent of date() and time() in asp.net?