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
calling result set one procedure to anothar procedure in sql2000
What is the difference between mechine.config and web.config?
Define page fragment caching?
What is odata in web api?
What is the difference between globalization and localization?
What is the purpose of session management?
witch is the best insistute in sharpoint course.what abt future of share point course.
Explain how can we access static variable?
What is the difference between mvc and asp.net? : Asp.Net MVC
What is data cache in sql server?
Which is the parent class of the web server control?
Define application state variable and session state variable?
What is the difference between user control and custom control?
Explain cookies with example.
How to deploy/publish webservices?How many ways?Plz explain me