Guest User

Response.Flush not working ASP.NET

a guest
Feb 27th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .column1 { width: 40px; }
  2. .column2 { width: 40px; }
  3.  
  4. Response.Write("<div id="column1">some text</div><div id="column2">some text</div>");
  5. Response.Flush();
  6.  
  7. Response.Write("<table><tr><td>some text</td></tr></table>");
  8. Response.Flush();
Add Comment
Please, Sign In to add comment