Hi
How to disable LinkButton in repeater ItemDataBound
LinkButton btn1 = e.Item.FindControl("lnkStatus") as LinkButton;
Thanks