Ask a Question related to ASP.NET General, Design and Development.
-
Mike John #1
How can I time out the page.
How can I time out the page ,if the pc was idl for 5
minutes.
Also, how can i make use of the session so the files are
only open from the login form.so if the second page was
opend from the first page, this second page can not be
open from another browser window.
sincerely yours
Mike John
Mike John Guest
-
Database page for the first time
Can anuyone help me create a login page and remote hosted database? so that certain pages are restricted to certain browsers? -
Page doesn't load first time
Hello all. I am having a problem with my PHP page. The first time you start the browser and try to load the page, all that comes back is a blank... -
Page Name at Design Time
Hey Folks, I am currently creating an extender, and need access to the form's file name at DESIGN time. I know you can get it at RUNTIME using ... -
page execution time
I'm comparing my results to some asp.net pages with similar functionality, for those pages I'm using the application_BeginRequest, and... -
I want to have a different image each time the page is refreshed
How can I change a image on a page each time the page is refreshed? In addition I plan on placing a hot spot on each image that will link to a... -
John Timney \(Microsoft MVP\) #2
Re: How can I time out the page.
You need to implement a javascript counter in your page (browser side), on
reaching the limit it calls an asp.net page that invokes session abandon, or
sets server side timout to a very low figure.
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>
----------------------------------------------
"Mike John" <RiadeAsleh@hotmail.com> wrote in message
news:000001c34c6c$a98328f0$a101280a@phx.gbl...> How can I time out the page ,if the pc was idl for 5
> minutes.
>
> Also, how can i make use of the session so the files are
> only open from the login form.so if the second page was
> opend from the first page, this second page can not be
> open from another browser window.
>
>
> sincerely yours
>
>
> Mike John
John Timney \(Microsoft MVP\) Guest



Reply With Quote

