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
Explain the differences between clr & cts?
What is application session?
Why is this service branded with windows livetm?
What is the difference between session object and application object?
How is session id generated?
What are the security types in asp.net?
What is cookies cache and session?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is different in .net 1.1 and .net 2.0?
What is the difference between page-level caching and fragment caching?
Explain the use of duration attribute of @outputcache page directive.
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Explain transparent caching with aop?
Explain the difference between debug.write and trace.write?
What is asp.net architecture?