| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Terry,
You probably don't want 15,000 names in a listbox. Even if you have the
process tuned to the hilt on the Web and Database end, just rendering...
Alter Ego
|
07-16-2003 08:04 PM
Alter Ego | 0 | 51 |
|  | hi ,
We are Developing an applciation in ASPNet and have set session timeout 20
minutes in web.config. It works fine in the Browser, but when run...
Iftikar Ahmad
|
07-16-2003 02:46 PM
Teemu Keiski | 3 | 66 |
|  | Pls have a look at the page directives
Make sure that AutoEventWireup is set to "False"
Ravi
Ravi Joshi
|
07-16-2003 12:39 AM
Ravi Joshi | 0 | 59 |
|  | Hello
I am looking for some help on caching in .NET
Is there a way to control the cache for muultiple websites from a...
Venudhar Gogineni
|
07-15-2003 11:09 PM
Venudhar Gogineni | 0 | 53 |
|  | Use POST method to submit your form and if you want to redirect to a new
(including the same) page.
If you post the data the client (IE) will prompt...
Jerry III
|
07-15-2003 08:54 PM
Jerry III | 0 | 64 |
|  | windows treats memory requests the same as other processes, if memory is
used it swaps.
A reference to the image is cached.
"Ertan Sekmen"...
Alvin Bruney
|
07-09-2003 12:59 AM
Alvin Bruney | 0 | 56 |
|  | Does creating a temporary xml file from dataset on the
server on a per-user basis and read from it will create
any problem in clustered web...
sudha
|
07-07-2003 07:19 PM
sudha | 0 | 58 |
|  | I have an ASP.Net application that I need the ability to insert
certain object's with their starting values into the Application Cache
object. ...
AT
|
07-07-2003 10:45 AM
Tormod Hystad | 1 | 54 |
|  | Hello everyone,
I find this quite interesting: if a variable is assigned a value
inside a CacheItemRemovedCallback callback procedure, the...
AT
|
07-07-2003 07:24 AM
AT | 0 | 66 |
|  | Hi,
you could read Caching Architecture Guide by...
Teemu Keiski
|
07-02-2003 05:47 AM
Teemu Keiski | 0 | 66 |
|  | Hi,
sorry, answered in a bit hurry. See...
Teemu Keiski
|
07-02-2003 04:49 AM
Teemu Keiski | 0 | 66 |
|  | See Caching Architecture Guide on...
Teemu Keiski
|
07-02-2003 04:38 AM
Teemu Keiski | 0 | 69 |
|  | Robert,
First, you must be using .NET Framework v1.1
Secondly, try this on your aspx page:
<%@ OutputCache Duration="10" VaryByParam="none" %>
I...
michael
|
07-01-2003 08:58 AM
AT | 1 | 49 |
|  | I am using Caching object in C#.some times the cache
removes automaticaly in some system.Some of the systems
its working fine.
What must be the...
Jayaram
|
06-30-2003 04:40 AM
Jayaram | 0 | 54 |