| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | It seems when I cache an object the cache doesn't copy it,
just stores the reference. So I can change the object
after storing it, then retrieve it...
isheet
|
09-15-2003 09:48 PM
Alvin Bruney | 2 | 23 |
|  | To prevent accidental loss of lengthy text entry when a
user abruptly closes or navigates away from a page, we're
using
<body...
Mark Peacock
|
09-12-2003 07:02 PM
Mark Peacock | 6 | 40 |
|  | This must have been asked a million times before, but I can't find any
relevant information on how to do this.
I store images in the database using...
Steinar Herland
|
09-12-2003 06:55 AM
Steinar Herland | 0 | 22 |
|  | hello,
(i had posted this message just a few mins ago to the parent newsgroup
before i realized there was a 'caching' newsgroup)
i have a user...
AT
|
09-11-2003 11:02 AM
AT | 0 | 23 |
|  | Hi all,
How do I write the output of a user control to an html file, rather
than rendering it onto the parent page?
I was thinking of overriding...
AT
|
09-11-2003 01:09 AM
Steve C. Orr, MCSD | 1 | 25 |
|  | Can I do this and is there anything special I should know?
I noticed I could not get the name space in my VB classes.
ken busse
|
09-09-2003 02:12 AM
AT | 2 | 23 |
|  | I was reviewing some Microsoft Documentation on Caching and it state these
tow statements are...
Anthony Leuzzi
|
09-04-2003 11:52 AM
Anthony Leuzzi | 0 | 23 |
|  | I noticed that the output cache is not working
immediately after I deployed the web application. After
several hours, the output cache is...
Stephen
|
09-04-2003 10:39 AM
Stephen | 0 | 24 |
|  | I have a Web page which allows the user to build a custom dynamic queries.
There are multiple combo and list boxes which are populated through a...
Anthony Leuzzi
|
09-04-2003 08:18 AM
Anthony Leuzzi | 0 | 22 |
|  | I load a table and a textbox on the initial pageload. The value in the
textbox survives the postback, the values in the table do not.
Is there a...
Jim Mitchell
|
09-04-2003 02:41 AM
Dmitriy Lapshin [C# / .NET MVP] | 3 | 30 |
|  | Hi,
I would like to prevent my page to cache itself when something bad
happens, for example, if the code can't connect to the database.
Having a...
Carl Mercier
|
09-03-2003 11:59 PM
Carl Mercier | 0 | 25 |
|  | {49456} S*P*A*M seeding msg - please ignore
Laura Biding
|
09-03-2003 05:58 PM
Laura Biding | 0 | 27 |
|  | I have what amounts to the following code:
string parent = "xyz";
Cache.Insert(parent, foo);
string child = "abc";
string files = new...
AT
|
09-02-2003 11:08 PM
AT | 0 | 18 |
|  | Hi there,
I get the error that says that the value I am trying to
cache is not marked as Serializable. Is it true that the
value always needs to be...
Rajesh M
|
09-02-2003 01:40 PM
Rajesh M | 0 | 27 |
|  | Hi.
I am trying to discover what are the default values a cache object
uses when it is created implicitly. Using the Autos window, I can see
some of...
AT
|
09-01-2003 05:36 PM
AT | 0 | 20 |
|  | I've downloaded the msi package several times. I can't install it.. Gives an
error telling that there may be a read error or the cabinet file...
Umut K.
|
09-01-2003 02:59 PM
Umut K. | 0 | 29 |
|  | Hi.
I have made a custom control programaticly and compiled it
into a DLL. Is there anyway to cache this control on a
aspx page?
I know how to do...
Flare
|
09-01-2003 12:38 PM
Panayot Belchev | 1 | 26 |
|  | Personally I would not pass the dataset as a parameter but rather return a
dataset from ReadXMLCacheFile (and return null or throw an exception...
Jean-Yves Ceunen
|
08-29-2003 02:30 PM
Jerry III | 2 | 34 |
|  | Hello All,
I would like to display all logged on users on a web
page. I store each user's name in a session varible, but
I don't seem to be able to...
Vince Varallo
|
08-25-2003 04:20 PM
szabelin | 1 | 27 |
|  | Sorry if this has been asked for many times
how can I prevent the user from pressing the back button in browser to go to
the previous page?
Music Lover
|
08-23-2003 08:47 PM
Alvin Bruney | 1 | 29 |
|  | Is there a tool either in the Windows OS or with the .Net SDK that allows
you to view the amount of the ASP.Net cache that is being used (e.g....
Michael Hodnick
|
08-23-2003 08:46 PM
Alvin Bruney | 1 | 28 |
|  | Ah, of course. Use a local variable to receive the contents of the cache,
verify the local variable's contents, and, if needed, repopulate the...
Steve Litvack
|
08-21-2003 07:22 AM
Anders Borum | 2 | 37 |
|  | I am trying to find out what the max size of the .NET cache can be. Is
there a limit? Does it stop after there is no more available memory? ...
WebDevHokie
|
08-20-2003 04:55 PM
WebDevHokie | 0 | 32 |
|  | How can I get client-side access to a view state variable
I enter on the server using something like
ViewState("MyVar") = 10.
Thanks
Jay
Jay
|
08-20-2003 01:22 PM
Jay | 0 | 41 |
|  | Hi,
I'm just looking into the samples that are delivered withthe Enterprise
Localization Framework/Toolkit.
I have set it up and it all works...
Eric
|
08-12-2003 01:51 PM
AT | 2 | 27 |
|  | Can I cache an object created with vb.net code? I would like to
retreave the data stored in the object after postback. Is this
possible? If yes, any...
AT
|
08-12-2003 11:53 AM
AT | 0 | 29 |
|  | I am using a tiered model for my application. At first, I used only
Datareaders in the data access layer, and cached the pages with VaryByParams
etc....
Paolo Pignatelli
|
08-11-2003 02:21 PM
Paolo Pignatelli | 0 | 27 |
|  | Our team is trying to get a feel for what techniques
other developers are favoring these days, so here goes:
Assume that a web application is going...
Rachel
|
08-07-2003 11:52 AM
Alvin Bruney | 1 | 45 |
|  | I have about 8 asp.net web pages for an application that use about 15 (max)
tables which store dropdown list values. The tables probably average 20...
p
|
08-07-2003 10:20 AM
p | 0 | 30 |
|  | Hi,
It took me some time figuring this out, so I thought it would be nice
to share:
PROBLEM:
A dynamic page is built based on database (or other...
AT
|
08-07-2003 07:28 AM
AT | 0 | 27 |
|  | If I knew you were crossposting this into groups that have nothing to do
with this issue I wouldn't reply in...
Jerry III
|
08-07-2003 01:50 AM
Jerry III | 0 | 31 |
|  | Hi to All,
I am using <% @ OutputCache Duration="60"
VaryByParam="none" %> in my
usercontrol say "myControl.ascx". This user control has a
property...
Marshal
|
08-07-2003 01:07 AM
Marshal | 0 | 27 |
|  | I want to create a 'view' but have a condition on a column based on another
column. Basically, I want to do this:
CREATE VIEW MyView
AS
SELECT ...
Micheal
|
08-06-2003 12:12 PM
Micheal | 0 | 24 |
|  | Is it possible to access the ASP.NET cache from within the Application_Start
event handler? If so, what is correct syntax? If I try to...
Zoe Hart
|
08-05-2003 05:48 PM
Alvin Bruney | 1 | 24 |
|  | When we change a page on the server it continues to return the old page. How
do we clear the cache?
Platform: Windows 2003 Server Web Edition
As...
Ellis George
|
07-31-2003 04:20 PM
Ellis George | 0 | 15 |
|  | Hi,
If I cache a datatable twice with the same datatable name, e.g.
Cache.Insert("MyDataTable",dtDatatable), will the
first datatable be...
Sean
|
07-30-2003 01:36 PM
Jerry III | 1 | 32 |
|  | In the article: :
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/CachingArchch5.asp>
section :
A common problem for...
Invalidlastname
|
07-29-2003 10:24 PM
AT | 2 | 29 |
|  | You can't. The only thing you could is use document.location.replace(newurl)
instead of all links. But then your site won't work if your users don't...
Jerry III
|
07-28-2003 08:42 PM
Scott M. | 4 | 27 |
|  | Hello,
I have created a navigation control that highlights current path based
on the URL (works ok).
In order to speed it up I declared the output...
AT
|
07-28-2003 04:58 PM
AT | 0 | 26 |
|  | if this is c# you say
lock(this){
//stuff to lock goes here
}
vb i believe is asynchlock or something close to that.
still lost on why you have a...
Alvin Bruney
|
07-28-2003 09:45 AM
Alvin Bruney | 1 | 34 |
|  | I am having a problem with web forms I have uploaded to my hosting
site not running the most recent version. The .aspx file I have FTPed
to my...
AT
|
07-26-2003 05:15 PM
AT | 0 | 28 |
|  | Hello Vincent,
Please refer to "HOW TO: Perform Fragment Caching in ASP.NET by Using Visual C# .NET" for how to catch user control...
AT
|
07-24-2003 04:21 AM
AT | 4 | 39 |
|  | To make a complete transaction the user has to undertake 5
step on different pages. During this time, the user can
navigate among those pages...
devloper
|
07-23-2003 12:25 PM
devloper | 0 | 50 |
|  | cache.insert("DS1",Mydataset)
cache.insert("ds2", cache("ds1"))
If I insert value into cache is it referense or value?
is cache("ds1") the same...
Arthur Dzhelali
|
07-23-2003 09:00 AM
Arthur Dzhelali | 0 | 28 |
|  | Or at least, so it seems...
I have an ASPX page that I've tried everything on to force it to reload when
it's called. I'm using a webcontrol I wrote...
Dan McFarland
|
07-22-2003 11:00 AM
Dorie Tang | 1 | 25 |
|  | Hi All,
Is there a easy way to clear all cache? I have tried
Response.Cache.SetExpires(DateTime.Now);
however, it dosn't seem to work. Just a...
MDB
|
07-22-2003 08:02 AM
MDB | 1 | 34 |
|  | I' need some tip on how to cache aspx files on the browser-client.
You probebly ask, why, since ASPX after all is dynamic.
We have some clients on...
Simen
|
07-22-2003 06:54 AM
Simen | 0 | 29 |
|  | I have a page which includes a user control. The output of this control is
defined by an ID which is set through an accessor in the code-behind of...
Vincent Cadoret
|
07-21-2003 07:17 AM
AT | 5 | 35 |
|  | Hi,
I am using data caching to cache stock quote charts (gif images). One
requirement is, that the actual request to the chart can specify how
old...
AT
|
07-20-2003 03:45 PM
AT | 0 | 29 |
|  | Still not working tried your way as well...
"Alvin Bruney" <vapordan_spam_me_not (AT) hotmail_no_spamhotmail (DOT) com> wrote in
message...
Joe Curry
|
07-18-2003 05:00 PM
Joe Curry | 1 | 29 |