Hi Friend! I have repeater in Index_Admin.aspx page as follows:
<asp:Repeater id=ForumList OnItemCommand="ForumList_ItemCommand" runat="server" datasource='<%# ((System.Data.DataRowView)Container.DataItem).Row.GetChildRows("FK_Forum_Category") %>'>
Now I want to set Control "LBtn4" is visible=false and "LBtn3" is visible=true
How to do? Help me!! Thanks & Regards!