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 / sanjeev

you can use sql server based cache bu this whenever a record
is entered in the database, the cache expires and new reult
will be displayed

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Master Pages in ASP.NET? or What is a Master Page?

625


What are themes and skins in 2.0, explain usage scenario?

533


How can we identify that the Page is Post Back?

566


What is the postback property in asp.net?

550


How many types of session state management options available in asp.net?

561






Explain About duration in caching technique

630


What is the main differences between asp and asp.net?

533


Which method do you use to kill explicitly a users session?

633


What is ASLM?

691


What does ascx stand for?

518


Write a code snippet to implement the indentation in json in web api.

584


Define repository pattern in mvc.net? : asp.net mvc

527


Why we use content place holder in asp.net?

508


What is the concepts of globalization and localization in .net?

542


Will session work if cookies is disabled?

537