Re:session state sql server
Thu, 26 Jun 2008 19:32:03 -0500
When using the page_load event to open a connection to the database server
you will need to close the connection in the page_unload event, if not
sooner.
Otherwise, as time goes by, you will exhaust the memory and receive the
following error:
Exception of type System.OutofMemoryException was thrown.
Y ...
|
creating a user specific cache
Tue, 24 Jun 2008 20:48:50 +0530
Hi All
I want to manage a user specific cache . Specifically , a SiteMapProvider
root object, since in my application , the site menu is personalized for
each user.
I want to know if its a good idea to use a cache key created like this:
private string
_cahekey="sitemapprovider"+HttpContext.Current.Ses ...
|
Cache directives ignored by Firefox
Tue, 24 Jun 2008 02:22:00 -0700
Hi,
I add the following to my aspx page code-behind (3.5). I've tried it in
several of the page events:
Response.Cache.SetNoStore()
Response.Cache.SetNoServerCaching()
Response.Cache.SetAllowResponseInBrowserHistory(False)
Response.Cache.SetCacheability(HttpCacheability.NoC ...
|
activation code
Thu, 12 Jun 2008 00:19:01 -0700
i need an activation code for autocad 2006 ...
|
help please
Mon, 09 Jun 2008 05:01:25 GMT
please send serial # and activation code for :
Product: Autodesk Architectural Desktop 2007
Serial number/Group ID: 000-00000000
Request code: LJYD ACYZ RFNF 6C53
CQ0E KYP2
thank u
...
|
activation for autocad electrical 2008
Thu, 22 May 2008 02:19:11 -0700 (PDT)
Can somebody help me activate autocad electrical 2008 the request code
is UYE7 XCNZ 8CWP 5H53 GDYR 89XZ YYQD ...
|
activation code
Mon, 19 May 2008 04:30:15 -0700
hey can you please send me activation code for autocad 2006
thx.
elie
*** Sent via Developersdex http://www.developersdex.com *** ...
|
|
|
activation code for autocad 2006
Fri, 16 May 2008 05:42:26 -0700 (PDT)
Hi
I Need the activation code for autocad 2006 version Version: 14.0.0.26
using in india pls help its urgent ...
|
AUTOCAD 2006
Sat, 3 May 2008 08:05:14 -0700 (PDT)
can some please help me i need to unlock this product as a matter of a
emergency.
The request code is : VLYN V050 9U4X CKPT 3P28 7CPQ QG5R
Serial :675-9814252
All I need is the activation code. Key generators are useless as they
are not opening when i try opening them. If someone does have one
please can i ...
|
HTTP Caching Headers with IIS 7 Integrated Pipeline Mode
Tue, 29 Apr 2008 09:12:02 -0700
Hello,
I've been using IIS 7 on Vista to develop an ASP.NET application, and have
noticed some inconsistent behaviour between Integrated and Classic
application pool pipeline modes.
Using Fiddler, I observed the following lines of code were not producing the
expected HTTP response headers:
Response.Ca ...
|