Forum: ASP.NET Mar 23rd, 2007 |
| Replies: 4 Views: 6,844 ha, that would take too long.
What i could do is put the whole page in a div tag and use...
<div onMousemove="dothis();">
Thanks for the help. :cheesy: |
Forum: ASP.NET Mar 23rd, 2007 |
| Replies: 3 Views: 1,975 When a user logs in i just get his/her details from the database and store the ones i need in a Session. eg..
(rs = my record set)
Session("ID") = rs("ID")
Session("login") = "true"... |
Forum: ASP.NET Mar 23rd, 2007 |
| Replies: 4 Views: 6,844 Thanks.
I see the small problem though, if i use a timer and the user is working on the page without refreshing it, it will still redirect them, but it has given me some ideas.
:) |
Forum: ASP.NET Mar 23rd, 2007 |
| Replies: 5 Views: 3,455 i find http://www.w3schools.com/ good when ever i get stuck. hope it helps! |
Forum: ASP.NET Mar 23rd, 2007 |
| Replies: 4 Views: 6,844 Hi,
I'm creating a membership style website and I have set the session timeout to 10 minutes (for now).
Ho do I redirect the user to a certain page (automatically) if the session has timeded... |
Forum: ASP Jan 7th, 2007 |
| Replies: 1 Views: 1,403 Sorry fixed the problem. For some reason i need to use the FULL relative path.
Hope this post might help other with similar problems. :) |
Forum: ASP Jan 7th, 2007 |
| Replies: 1 Views: 1,403 Hi im having trouble creating a MS Access Databse using ASP.
Scenario: When a user registers, i want to be able to create an MS access database.
Here is a little code im using..
... |