Fast loading directory in IE

vebmedia

Newcomer
Joined
Apr 30, 2006
Messages
1
HI GUYS ,
i need to get solve the problem of displaying directory of atleast 1000 records in a single page, now the problem is when we load the page in Mozilla it start loading and showing info right on screen immediately but in IE 6.O or later it held up and dont shows the records until the whole datalist get processed.
the page is a part of Form Based Portal in ASP.NET 1.1

Kindly inform me with the solution immediately and as we need to show better results on IE only.

Vebmaster
 
Not sure if you are using a datagrid or something but, if you are pumping out HTML table, then you can use the Response.Flush to clear the streat a bit more often.
 
Back
Top