Skip to content

Instantly share code, notes, and snippets.

@grumpycatsaysno
Last active February 9, 2016 12:08
Show Gist options
  • Save grumpycatsaysno/66e0e005d1b7fa896ba1 to your computer and use it in GitHub Desktop.
Save grumpycatsaysno/66e0e005d1b7fa896ba1 to your computer and use it in GitHub Desktop.
TaxaRepeater reference
protected override Repeater TaxaRepeater
{
get
{
string lower = this.RenderAs.ToString().ToLower();
string str = string.Concat("repeater_", lower);
return this.Container.GetControl<Repeater>(str, false);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment