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 / deepak
u can do one thing whenever u r inserting record in database just bind grid at the same time again it will show all new with old record..may be it will be useful for u
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What threading model used in asp and asp.net?
Explain about secure socket layer?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
Define xmlvalidatingreader class.
What do you mean by query string?
Define page fragment caching?
What is enableviewstate?
Difference between overriding and overloading?
How can we register exception filter globally?
What is full trust in asp.net?
What is meant by ispostback in asp net?
Why and where this web.config file is used?
What is the caspol.exe tool used for?
Why do we use asp.net?
What do you mean by View State and what is its role?