Hello Friends,
Suppose my previous web site is hosted to following location
"
http://www.hostA/default.aspx"
Now I have new hosting on
"
http://www.hostB/default.aspx"
When client enter this URL
http://www.hostA/default.aspx
then data must be coming from this
http://www.hostA/default.aspx but URL can not be change. It should remain same as "
http://www.hostB/default.aspx".
I don't want to use IFrame because Iframe's height and width will be a issue as we cannot make this browser & Resolution independant. We will have to use fix height and width for the iframe, which might result in double scroll bars appearing in the browser. One could be for Browser and second for the iframe.
Please suggest me any suitable solution for it