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
Why asp.net is used?
What is asp.net futures?
Explain about ASP.NET?
What are different types of api?
Mention the execution process for managed code?
What is asp.net caching?
What is the use of web.config file?
What are the different methods of session maintenance in asp.net?
Why do we use datasource in asp.net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
What are assemblies and namespaces and explain the difference between them ?
Explain the advantages of caching?
How many types of state management are there in asp net?
Is asp.net mvc still used? : Asp.Net MVC
Explain the Session state management options available with ASP.NET?