I am a Consultant at Avanade. Avanade is a Joint venture between Accenture and Microsoft. I am interested in Webdevelopment technologies especially AJAX. Besides Web development i am more then interessted in SOA. At the moment i am working on a project where i am building service with WSSF (WCF). When i am not working i like to go to house parties like Qlimax, Mysteryland, Defqon, etc given in the Netherlands.
Hi Dennis,
I found your name on an asp forum. I hope you don’t mind the email request, but I am having a problem with one of my web pages.
My listings page will load correctly the first time. But if I browse off the page and then back to the page, it can take up to 5 mins to reload. Do you have any ideas why this happens? If you need to see the code, I can forward it to you.
Thank you in advance.
Rick
Hi Dennis,
i found some article related with cross domain access. my query is that ?
i have two domains say:
http://www.abc.com
and
http://www.xyz.com
now i have two aspx pages at two domain say abc.aspx and xyz.aspx. i would like to call xyz.aspx at some menu situated in abc.aspx(whether using iframes or some other method). so how it can be done
thanks & regards,
manish
Hi Manish,
This sounds like a situation for IFrames. You don’t need AJAX technolgy for this situation. I think AJAX technology is especially useful when you want partial update you page. This can be done with an updatepanel or the use of Webservices. When you want to load a total new page. you can use an IFrame. Hope this helps.
Regards