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
Can you explain the importance of finalize method in .net?
Give a few examples of page life cycle events.
What is fulltrust?
What is asp net theme?
Which platform does Microsoft .NET use for exchanging data between applications?
Which is better viewstate or session?
What is the difference between trace and debug in asp.net?
Define the steps to set up validation control.
What are the layouts of ASP.NET Pages?
Define page fragment caching?
Write some code using interfaces, virtual methods, and an abstract class`
What is a web farm?
Can any body provide me the sample web application in asp.net
Is post back property in asp net?
Why will you usually create an aspnet user account in the database for an asp.net web application?