Select Page

Roll-back Visual Studio .Net ClickOnce applications

Last Updated on 2012-06-25. If you published new version of your ClickOnce / .Net project (C#, VB, …) and want to go back to a previous version, follow these steps: Open the directory where you deployed your project Go into the subdirectory “Application...

Smarty: Dynamic variable names

Last Updated on 2012-06-21. If you want to access dynamic variable names in Smarty and cannot use arrays for any reason, you can use a Smarty var nested in another Smarty var. Example: </pre> {foreach from=$workingDays item = item name=workingDaysList}...