Bryan
|
| Posted: 07/12/2007, 6:59 PM |
|
Hey guys. I could probably just read the code to figure this out, but
hoping one of you could tell me.
Some of the controls have an option for "Application" when specifying
where the control's value should come from.
Can anyone tell me how that is used?
Thanks,
Bryan
|
|
|
 |
DonB
|
| Posted: 07/13/2007, 6:19 AM |
|
I suspect it's intended to support the 'application' variables in
Microsoft's IIS web server and ASP pages. In PHP, 'session' and
'application' do exactly the same thing, load a session variable.
--
DonB
http://www.gotodon.com/ccbth
"Bryan" <nospam@nospam.com> wrote in message
news:f76m98$7hq$1@news.codecharge.com...
> Hey guys. I could probably just read the code to figure this out, but
> hoping one of you could tell me.
>
> Some of the controls have an option for "Application" when specifying
> where the control's value should come from.
>
> Can anyone tell me how that is used?
>
> Thanks,
> Bryan
|
|
|
 |
|