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 / subhash saini

u have to use cache for that, which automaically refresh
the page by calling delegate.

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how viewstate is being formed?

624


What is _viewstart?

585


What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.

678


what is silver light when will we use silver light,

1543


What is http post action?

644






What are sharepoint pages?

574


What is the difference between a cookie and a pixel?

563


What is the use of service provider?

656


What is web configuration file and how to use in web application

678


Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?

2040


How will you load dynamic assembly?

648


What is difference between asp.net and asp?

642


How do you deploy your asp.net application?

643


Name some asp objects?

655


1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????

19090