Skip to content

Instantly share code, notes, and snippets.

@diogobaltazar
Created January 24, 2018 01:19
Show Gist options
  • Save diogobaltazar/908250e05aa5120285d08b1fb3cc497a to your computer and use it in GitHub Desktop.
Save diogobaltazar/908250e05aa5120285d08b1fb3cc497a to your computer and use it in GitHub Desktop.
if ((var as = Item.GetValue(TAXA_FIXA_IRS)) == "Sim")
{
SetValueAndVisible(tbcpercentagemirs, PERCENTAGEM_IRS, WebControlType.TableCell);
}
@diogobaltazar
Copy link
Author

What if condtions could hold var declarations as in a for-loop?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment