Render the whole page on client side in asp.net web application.

Render the whole page on client side in asp.net web application.

am 30.12.2007 11:38:50 von Nitin Verma

Hi all,
Plz help me out immediately. I am developing a web application in
Asp.Net 2.0 with C#. I want my aspx pages to be such that once the
page has been redered on the client side. And then the connectivity
is lost.Even then the page is still there , ie. Page Not Found message
is not displayed. Plz refer to the following links. These sites have
the same functionality.

http://www.pvrcinemas.com/site/Home.aspx.
http://infosysblogs.com/microsoft/2006/10/enhanced_client_si de_functiona.html

I want to achieve the same functionality.
Plz help me out step by step.

Thanks and Regards
Nitin Verma.

Re: Render the whole page on client side in asp.net web application.

am 30.12.2007 22:30:48 von aluminum

> page has been redered on the client side. And then the connectivity
> is lost.Even then the page is still there , ie. Page Not Found message
> is not displayed. Plz refer to the following links. These sites have
> the same functionality.

That kind of defies how the internet works. You download an 'application'
page by page as it's requested from the web browser.

-Darrel