| Author: Rahul Anand 16 Dec 2008 | Member Level: Silver | Rating:  Points: 3 |
Store the data in the Cache Memory so that i can extract the record from the cache memory nect time......It creates problem when it does not have anything in the cache memory to show......try this. Store the GridView selected data in the cache memory then on the Gridview selection check the cache memory that It has something to show or not....If it has then show it......
|
| Author: shobhit rai 16 Dec 2008 | Member Level: Gold | Rating:  Points: 2 |
hello it is because data is changing every time still u eant then use <%@ OutputCache Duration="60" VaryByParam="none" %> but this will not change ur data
|