Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 2.0 > ASP.NET 2.0 Professional
|
ASP.NET 2.0 Professional If you are an experienced ASP.NET programmer, this is the forum for your 2.0 questions. Please also see the Visual Web Developer 2005 forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 2.0 Professional section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 5th, 2007, 08:19 AM
Registered User
 
Join Date: Oct 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default Sql Cache dependency with objectdatasource

I am trying to using objectdatasource control to implement catching.

There is a gridview. which is bind to objectdatasource control.

business object & select method with all arguments are set with object datasource control.

I configure my sql server database for sqlcachedependency notification.
Also i configure the one table for notification from where i retrieved data in select method.

Also i set the database with sqlcachedependency in web.config.

Now i set enableCaching property of objectdatasource control to true.

Then set SqlCacheDependency property of objectdatasource to database:table format.

I run the page.

It works properly with out any error.

But the problem is it calls select method only first time.

when there is change in table , it does not call select method and populate gridview with new data.

I could not find the reason yet.

Can any friend help me to solve.







Similar Threads
Thread Thread Starter Forum Replies Last Post
00Synchronize Distributed Object Cache SQL Ser sarosh Classic ASP Basics 0 June 8th, 2007 11:22 AM
Using SQL Server-based cache invalidation mechanis michurin ASP.NET 2.0 Basics 0 January 25th, 2007 04:43 PM
Cache dependency on a web file madkaikar_ashish General .NET 0 February 16th, 2005 12:31 AM
dependency files m002864 Crystal Reports 0 July 7th, 2004 02:56 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.