I have an ASP.NET page that uses a repeater nested within another repeater to generate a listing of data. It\'s to the effect of the following:
use this:
protected void Repeater1_PreRender(object sender, EventArgs e) { if (Repeater1.Items.Count < 1) { container.Visible = false; } }