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 differences between code behind and code inline?
What is query string in asp.net?
Define page fragment caching?
What is the life cycle of an asp.net page?
Describe state management in asp.net?
Any disadvantages in Dataset and in reflection ?
What is web api config?
Which is faster viewdata or viewbag?
Explain the difference between inline and code behind - which is best in?
What are html helpers in asp.net?
What are ASHX files?
Explain the use of dataadapter.
What is the difference between dynamic SGA and static SGA?
How does http session work?
What does the orientation property do in a menu control?