i want to visible true lnkbutton and textbox in gridview from rowcommand but cannot work .
my .aspx code(design code) :-
<asp:TemplateField HeaderText="Comments" HeaderStyle-Width="360" HeaderStyle-Font-Size="10px" ItemStyle-Font-Size="10px">
<ItemTemplate>
<asp:LinkButton ID="lnk_see" runat="server" CommandName="Notes" style="color:green; font-weight:bold;">See Notes</asp:LinkButton>
<%--<asp:Label ID="lbl_notes" runat="server" style="color:green; font-weight:bold;" ></asp:Label>--%>
<asp:TextBox ID="txt_notes" runat="server" Width="250" Height="60" TextMode="MultiLine" style="resize:none;" ></asp:TextBo ...
Go to the complete details ...