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 / sunny
use databse triggers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a session http?
Why asp.net is better than php?
What does asp.net stand for?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is the default authentication mode for asp.net?
What is enableviewstatemac in asp net?
what is command line compiler.what are the steps and how it is related to debugging.
Is asp.net still used?
Explain exception filters?
What is hidden field in asp.net?
What is inproc mode in session?
Explain the use of errorprovider control in .net?
What are custom controls?
How many types of validation are there?
How you can manage the state of application at the server side in ASP.NET?