response.flush

10/10/2004 - 16:35 por Jaime | Informe spam
Hola amigos de la comunidad, espero que me puedan ayudar
con esto. Necesito poder trabajar con el comando
response.flush, pero no se como, alguien podria
orientarme sobre su uso? y ademas, sobre la manera mas
factible de usarlo?

Gracias,

Jaime

Preguntas similare

Leer las respuestas

#1 Franco Figún
10/10/2004 - 18:00 | Informe spam
Te envio un ejemplo:

<!--StartFragment-->Response.buffer = false;
Response.write("Hello World!");

// Too late, buffering is disabled so the last
// message has already been sent to the client.
Response.clear();

Response.buffer = true;
Response.write("Hello World Again!");

// Send any buffered content to the client
Response.flush();

// Too late, nothing in the buffer to clear since
// it was just flushed.
Response.clear();

Response.write("Hello World Yet Again!");

// This last message is still in the buffer so we can clear it
// to prevent it from being sent to the client.
Response.clear();


FF
www.francofigun.com.ar
Yahoo MSN:
ICQ: 314408886

"Jaime" escribió en el mensaje
news:22d701c4aed6$52a117e0$
Hola amigos de la comunidad, espero que me puedan ayudar
con esto. Necesito poder trabajar con el comando
response.flush, pero no se como, alguien podria
orientarme sobre su uso? y ademas, sobre la manera mas
factible de usarlo?

Gracias,

Jaime
email Siga el debate Respuesta Responder a este mensaje
Ads by Google
Help Hacer una preguntaRespuesta Tengo una respuesta
Search Busqueda sugerida