- Application.Lock();
- int clickCounter = 0;
- if(Application["ClickCounter"] !=null)
- {
- clickCounter = (int)Application["ClickCounter"];
- }
- clickCounter++;
- Application["ClickCounter"] = clickCounter;
- Application.UnLock();
- Label1.Text = "Button Clicked: " + clickCounter.ToString() + " times";
This was all about Scenario's which I involved in my profession.
Sunday, 24 February 2013
Maintaining state for logged Users
Subscribe to:
Post Comments (Atom)
Extracting Nupkg files using command line
Rename it to zip first then extract files as below 1. Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2. Make sure to repla...
-
Rename it to zip first then extract files as below 1. Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2. Make sure to repla...
-
Getting-started Bootstrap Components Grid Positioning
-
Please follow the below URL to get started: Sitecore Helix Visual Studio Templates - Visual Studio Marketplace
No comments:
Post a Comment