Skip to content

Instantly share code, notes, and snippets.

@ChrisMoney
Created February 15, 2012 14:32
Show Gist options
  • Save ChrisMoney/52c6155bd02374be22ef to your computer and use it in GitHub Desktop.
Save ChrisMoney/52c6155bd02374be22ef to your computer and use it in GitHub Desktop.
C# --Checks a repeater for a null database object
using System;
public class Test
//Object parameter always refers to a database item
{
public static void Main()
{
checkImage(object newspic)
object
string
if (newspic = null)
{
newspic.visible = false
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment