Re: Creating session variables in GLOBAL.ASA ???
From: Julia Mark (juliamlbx_at_yahoo.com)
Date: 11/29/04
- Next message: Dave Anderson: "Re: How does one obtain two columns of row on a single asp page?"
- Previous message: Julia Mark: "Re: Creating session variables in GLOBAL.ASA ???"
- Maybe in reply to: Julia Mark: "Re: Creating session variables in GLOBAL.ASA ???"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Nov 2004 12:44:55 -0500
Can anyone help me how to make keyevents for richtextbox in javascript or
WYSIWYG editor
all i am working on a textarea where X number of char reaches in a line then
the function to move the next line with inserting break.
Julia Mark
"Aaron Bertrand - MVP" <aaron@TRASHaspfaq.com> wrote in message
news:ubAMHXGTDHA.2148@TK2MSFTNGP10.phx.gbl...
> Are you sure this global.asa is in a folder marked as an application? If
it
> isn't, it will use global.asa from the default webroot or the parent
> application.
>
> Are you sure sessions are working?
> http://www.aspfaq.com/2057
>
>
>
>
> "RooLoo" <RooLoo@Loo.Roo> wrote in message
> news:lRwRa.448382$3C2.12227386@news3.calgary.shaw.ca...
> > Hey all
> >
> > In my GLOBAL.ASA file I'm trying to create a session variable for
> reference
> > in the various webpages of my site....
> >
> > Sub Session_OnStart
> > Session("LoggedOn")="Y"
> > End Sub
> >
> > When referring to Session("LoggedOn") on my various ASP pages, it is
> coming
> > up as "".
> >
> > I'm obviously misunderstanding how this works... Can anyone point me the
> > right direction?
> >
> > Eventually I'll need to access a database and I'm assuming that if I
need
> to
> > connect to that database, that I'll need to create the connection in the
> > Session_OnStart event and destroy the connection in the Session_OnEnd
> event
> > of the GLOBAL.ASA file.
> >
> > Any help is appreciated!
> >
> >
>
>
- Next message: Dave Anderson: "Re: How does one obtain two columns of row on a single asp page?"
- Previous message: Julia Mark: "Re: Creating session variables in GLOBAL.ASA ???"
- Maybe in reply to: Julia Mark: "Re: Creating session variables in GLOBAL.ASA ???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|