J
Jenny
Hi all
i like to store a file-path in the application state.
Application1 is storing it as
Application.Add("SelectedFile", str_path)
Then a redirect follows to another application(Application2)
And here I like to use this path
path = Application("SelectedFile")
But if I debug the value is every Nothing! Anybody knows why??
Thanks a lot
Jenny
i like to store a file-path in the application state.
Application1 is storing it as
Application.Add("SelectedFile", str_path)
Then a redirect follows to another application(Application2)
And here I like to use this path
path = Application("SelectedFile")
But if I debug the value is every Nothing! Anybody knows why??
Thanks a lot
Jenny