Re: where to define variable for whoel application?



On Feb 20, 10:52 am, "michel" <mm@mmm> wrote:
I think i'm still doing somehing wrong: because i have still the same error:

Instead this line

myvariable= odescr.descrlimit(myvariable)

you have to call Application object.

myvariable= Application("odescr")

Please check this article

Using Session and Application Objects in ASP .NET
http://msdn.microsoft.com/msdnmag/issues/01/11/cutting/
http://msdn.microsoft.com/msdnmag/issues/01/12/cutting/

Hope it helps

.