this is how I apply it on my site hope it helps  and if there is a better 
way somebody let me know.


<%@ Language=VBScript %>
<!-- #Include file="file.inc" -->
<%response.buffer = True%>
<%
     // This way page always refreshes
    Response.ExpiresAbsolute = Now() - 1
    Response.Expires = 0
    Response.CacheControl = "no-cache"
%>


----- Original Message ----- 
From: "Charles Carroll" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, January 10, 2005 12:30 PM
Subject: Re: [AspClassicAnyQuestionIsOk] how to organise buffer


>
> what do you mean an article on buffering?
>
> you mean an article on buffer=true?
>
> http://www.learnasp.com/advice/whybuffer.asp
> shows how to use it on a page. Read that and ask any questions it raises.
>
>
> On Mon, 10 Jan 2005 13:23:33 -0000, sheriff <[EMAIL PROTECTED]> wrote:
>>
>>
>>  i read an article on using buffer the example specified how it could
>>  be used with database, but i want to apply it to a page with
>>  database, wanted it to handle the html,images respectfully. how do i
>>  organise it please.
>>
>>  thanks
>>
>>
>>
>>
>>
>>
>>
>>  ________________________________
>>  Yahoo! Groups Links
>>
>> To visit your group on the web, go to:
>> http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
>>
>> To unsubscribe from this group, send an email to:
>> [EMAIL PROTECTED]
>>
>> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
> 




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to