sending web response wihout buffered

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
i wanna send response spey by step. Any response must send when make any response string..(without buffer
how can i do ???

thank

Mehmet
 
first dont use code behine... if you are using code behind you will have to
resort to explicit Response.write and ... explicity make another call to
Response.Flush();

that should ensure that the statement in write is flush out.. but this is
used to a greater extent if you are using embedding.... (Response.Write) not
for code behind

--

Regards,

HD
Mehmet said:
Hi,
i wanna send response spey by step. Any response must send when make any
response string..(without buffer)
 
Back
Top