Hi
I would like to hide the panel called "RepMsgPanel" since the user click on the CommandField "Read". Please note that Gridview bind by SqlDataSource not from code behind so how i can hide the panel from code behind. Thanks for your support
<asp:GridView ID="MailshwGRDVIW" runat="server" BorderStyle="None" AllowPaging="True"
AlternatingRowStyle-BorderStyle="None" GridLines="None" HeaderStyle-ForeColor="white"
Width="600px" HeaderStyle-Height="25px" HeaderStyle-BorderStyle="None" DataKeyNames="mailno"
AutoGenerateColumns="False" DataSourceID="mailshowsqlsource" PageSize="6" CssClass="mGrid">
<AlternatingRowSty ...
Go to the complete details ...