This method provides very effective buffering and connection services. However, if you are performing a wide connection, use multiple response.write calls. The techniques shown in the examples shown in the examples are faster than a single call connection string for the Response.Write method.
[C #]
Response.write ("a");
Response.write (MyString);
Response.write ("b");
Response.write (MyObj.toString ());
Response.write ("c");
Response.write (mystring2);
Response.write ("D");
[Visual Basic]
Response.write ("a")
Response.write (MyString)
Response.write ("b")
Response.write (MyObj.toString ())
Response.write ("c")
Response.write (MyString2)
Response.write ("D")