what does the the following C# code mean? an class="smallblack">Application[“mydata”]=”mydata”;
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi all, What does the below code means?What exactly the secod line tells ...pls help me in this Application.Lock(); an class="smallblack">Application[“mydata”]=”mydata”; Application.UnLock(); Thanks In Advance
-
Hi all, What does the below code means?What exactly the secod line tells ...pls help me in this Application.Lock(); an class="smallblack">Application[“mydata”]=”mydata”; Application.UnLock(); Thanks In Advance
reogeo2008 wrote:
an class="smallblack">Application[“mydata”]=”mydata”;
This line? It doesn't appear to be complete. But the portion it is showing is placing mydata into an application variable called mydata
I know the language. I've read a book. - _Madmatt