Re:Issue with SQL Cache Dependency when passing a SqlCommand as input parameter
Thu, 25 Oct 2007 10:20:19 -0500
Hey Guys,
I have been struggling with this for few days. when i use
SqlCacheDependency sqlDependency=new
SqlCacheDependency("test","dbo.USStates");
where test is the name of connectionstring and dbo.USStates is the table
name everything works fine.
but when i use
using (SqlConnection conn=n ...
|
sqldatasource cache expiration
Wed, 24 Oct 2007 10:01:01 -0700
I have an sqldatasource bound to a gridview control. I have caching enabled
(60 seconds). I have enabled sorting on the gridview and when I select the
column everything works as expected. The data is retrieved from the cache and
never goes back to the database. However, if the user wants to perform
another q ...
|
Distributed Clustered Cache Alternatives
Fri, 12 Oct 2007 09:35:21 -0700
Synopsis: Need a .Net cache solution in which the cache can be
synchronized across multiple hosts on our server farm.
My company is investigating caching as a means to improve performance,
by reducing the database as a bottleneck. However due to constraints
imposed by our integration with business partners, we ...
|
Re: crack & ACTIVATION code for AUTOCAD 2006 & axcad 2007
Wed, 10 Oct 2007 11:49:56 -0700
reqd. acad2006 serial & crack file
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Re: crack & ACTIVATION code for AUTOCAD 2006 & axcad 2007
Tue, 09 Oct 2007 01:55:56 -0700
Please send me the activation codes for autodesk 2007 and autocad 2007
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Re: crack & ACTIVATION code for AUTOCAD 2006 & axcad 2007
Sun, 07 Oct 2007 11:36:00 -0700
bluny_20@yahoo.com
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Interesting OutputCache expiration problem
Sat, 06 Oct 2007 09:58:35 -0700
Hi,
I have a user control MyControl.ascx which appears on various pages in
my ASP .NET 2.0 application. I have setup partial-page caching using
OutputCache directive so that this control gets cached on each page.
However, there is one page Update.aspx which contains the control and
has features that update th ...
|
|
|
Re: crack & ACTIVATION code for AUTOCAD 2006 & axcad 2007
Sat, 06 Oct 2007 07:21:57 -0700
*** Sent via Developersdex http://www.developersdex.com *** ...
|
Bizarre: OutputCache or user control not working
Tue, 02 Oct 2007 04:32:05 -0700
We use ASP .NET 2.0.50727 with SQL Server 2005 Developer edition and
IIS 5.1
I am trying to apply OutputCaching only for a user control and nothing
else.
In a user control when I have
<%@ OutputCache Duration="600" VaryByParam="None" %>
The caching works as I expected till I change a value in a DB table
used ...
|
Datasource problem
Mon, 1 Oct 2007 14:02:22 -0500
I have a web site that seems to have a datasource refresh problem. On one of
the pages, I have a checkbox list control that is attached to a Access
datasource. I also have two buttons, one to select all items and one to
deselect the items in the list. I have a function in this page that I pass
the state of how I ...
|