Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hii ,

I have user controls on which using string builder i am creating simple html table.and displying on those in literal controls which shows me HTML table .

data binding to this table is coming from storeprocedure , i am taking in a list and using foreach i am creting number of rows and shows the data .

Now i want to cache my usercontrol , and want to show the data .. if any data gets inserted into my tables , which is coming from my sp related i want to refresh and again cache the next content till the next activity so increse in my speed ..

In short the records coming from my sp gets stored into list item,Now my the way i am thinking is that I will check my list count and as soon as increse in the records i will refresh it and gives the lates records instatly .. how to do that .. data chnages it should display those instatly

Please suggest how to do this ??
Posted
Updated 6-Aug-14 0:04am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900