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
Explain how viewstate is being formed?
What is _viewstart?
What is the importance of aspnet_isapi.dll, inetinfo.exe andaspnet_wp.exe in the page loading process.
what is silver light when will we use silver light,
What is http post action?
What are sharepoint pages?
What is the difference between a cookie and a pixel?
What is the use of service provider?
What is web configuration file and how to use in web application
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?
How will you load dynamic assembly?
What is difference between asp.net and asp?
How do you deploy your asp.net application?
Name some asp objects?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????