Select Page

Roll-back Visual Studio .Net ClickOnce applications

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 Files” and into the...

Smarty: Dynamic variable names

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} {$date_{$item}} {/foreach}...