Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Descrie about response.buffer and repsonse.flush ?

Answer Posted / sudhir sheoran

Respose.Buffer method is used to hold the output
at server side until response.flush/ respose.end
is called.

Server doesn't send response to the browser until
all scripts are executed at server side. It uses
reponser.buffer for that.

E.g:
<%response.Buffer=true%>
<html>
<body>
<p>I write some text, but I will control when
the text will be sent to the browser.</p>
<p>The text is not sent yet. I hold it back!</p>
<p>OK, let it go!</p>
<%response.Flush%>
</body>
</html>

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why and where this web.config file is used?

1139


Where sessions are stored in asp.net?

1056


Explain the function of new view engine in asp.net? : asp.net mvc

1075


Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?

982


Can the validation occurs in server-side or client-side? If the validation occurs why should we do?

1097


How do we ensure view state has not tampered?

1070


What are the advantages and limitations of query string?

1091


What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?

1167


What is the main function of url routing system in asp.net mvc? : asp.net mvc

1064


Explain the main differences between asp and asp.net?

1082


How to do state management in ASP.NET?

1162


What is the use of web.config file?

1057


What are the file extensions for razor views?

1194


How do we implement bundling in MVC?

1153


What is the adavantage of using ASP.NET routing?

1241