ASP.NET and Multithreading

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hi There,

Situation :

One ASPX page, it has 3 iframes,each iframe source is a .aspx page, each of this .aspx page displaysome grids with data. So far So good...

Problem :

iFrameis a Asynchronous, still when this aspx page start loading, src**.aspx[contained within iframe], load one by one and each page take itsown time, for exaple :
iframe 1 : Top page takes 5 sec to load
iframe 2 :*Content Page 5 sec load
iframe 3 : Bottom Page 5 sec load

Now what I want that is that can I reduce the time by loading all the pages at once Using some threading mechanism?


Thanks in Advance,
MT


More...

View All Our Microsoft Related Feeds
 
Back
Top