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
What is the difference between web config and machine config files?
Explain cashing in asp.net.
What is voluum?
Explain the difference between asp and asp.net?
Explain About duration in caching technique
What are custom user controls in asp.net?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Why do we need a web application session?
Define reflection in .net?
What is the use of session in web application?
What are the different types of sessions in asp.net? Name them?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Explain the difference between page.registerclientscriptblock and page.registerstartupscript?
What is base class of button control in .net?
Is asp.net different from asp? If yes, explain how?