473,480 Members | 1,997 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Response.Buffer in ASP.NET

I have placed Response.Buffer = True in the page load event. But when the
page gets displayed on the browser, it does not buffer completely and then
display, it works as Response.Buffer = False. Is there anything which I'm
missing...

Deepak
Nov 18 '05 #1
2 1810
I believe Response.Buffer controls the buffering on your webserver, and not
the buffering on the client machine. (use BufferOutput instead of Buffer)

http://msdn.microsoft.com/library/de...utputtopic.asp

The client browser still will render as it parses the response. I don't
know of anyway to force the client browser to show everything at one.

I think if the page is too large, it can't buffer the whole thing anyway.
You wouldn't want to fill up your web servers memory with a large page.

bill

"Deepak Kashyap" <de******@hotmail.com> wrote in message
news:Om**************@TK2MSFTNGP09.phx.gbl...
I have placed Response.Buffer = True in the page load event. But when the
page gets displayed on the browser, it does not buffer completely and then
display, it works as Response.Buffer = False. Is there anything which I'm
missing...

Deepak

Nov 18 '05 #2
Thank you William...

"William F. Robertson, Jr." <wfrobertson_at_kpmg_dot_com> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I believe Response.Buffer controls the buffering on your webserver, and not the buffering on the client machine. (use BufferOutput instead of Buffer)

http://msdn.microsoft.com/library/de...utputtopic.asp
The client browser still will render as it parses the response. I don't
know of anyway to force the client browser to show everything at one.

I think if the page is too large, it can't buffer the whole thing anyway.
You wouldn't want to fill up your web servers memory with a large page.

bill

"Deepak Kashyap" <de******@hotmail.com> wrote in message
news:Om**************@TK2MSFTNGP09.phx.gbl...
I have placed Response.Buffer = True in the page load event. But when the page gets displayed on the browser, it does not buffer completely and then display, it works as Response.Buffer = False. Is there anything which I'm missing...

Deepak


Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2567
by: Copa | last post by:
Hello, I am testing buffering an asp page and Flushing information out to the browser, hence i wrote the code in an asp page that follows this Message Post. The loops are suppose to simulate...
3
17302
by: Brian Piotrowski | last post by:
Hi All, I'm trying to run a simple query from an ASP page. I want the query to select each individual field in a table and compare it to another table. If the value doesn't exist, I want it...
7
6339
by: Stephanie | last post by:
If response.buffer is set to true, and no response.flush has been executed, is it accurate to expect that my browser should not be rendering the content which I (well Ok, someone else) is sending...
0
1833
by: abraham | last post by:
Hi In an .aspx codebehind file I retrieve a file from a database and write it to the response buffer, so the browser pops up a 'save file' dialog and the user can save the file to disk. The...
5
8853
by: PJ | last post by:
When streaming a file attachment to the response stream, should I set Response.BufferOutput = False or Response.Buffer = False or both?
5
9071
by: Joe | last post by:
Could someone please explain the practical differences between Response.Buffer and Response.BufferOutput? TIA, -- Joe VB.NET/C#/ASP.NET/ASP/VB/C++/Web and DB development/VBA Automation
2
1637
by: Steven Bazeley | last post by:
I had a download failure problem with a 95MB wmv file. I thought it was my code but I could not find anything wrong. So I tested the download by replacing the 95MB file with a smaller one...
12
7869
by: Jim Rodgers | last post by:
I have a big asp file that has an error under certain conditions -- totally repeatable. However, it only fails when I set response.buffer = True at the top. WHen I set it False in order to debug...
1
6303
by: Gurpal | last post by:
I'm getting this error when I test this page. Here is the error: Response object error 'ASP 0251 : 80004005' Response Buffer Limit Exceeded /test/test4.asp, line 0 Execution of the ASP...
0
7041
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7084
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6739
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
6929
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5337
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4779
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.