Hello,
That's odd. I've set up the same scenario and it works ok. here is my code:
protected void Button1_click(object sender, EventArgs e)
{
repeater.WhereCondition = "DocumentName like '%Samsung%'";
repeater.ReloadData();
}
Have you tried to debug your code? Is it called correctly when the button is pressed?
Best regards,
Boris Pocatko