Posted on: 8/10/2014 10:50:42 PM | Views : 362

Hi 
i am using the textbox and button to search for user by UID and if i click on the button then the gridview will show the user information, i just would like to know how i can delete the row,

<asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <div class="banersboxinsrtUsrSrch"> <asp:TextBox ID="srchuserTxtBox" runat="server"></asp:TextBox>&nbsp;&nbsp; <asp:Button ID="srchuserbtn" runat="server" Text="Search" onclick="srchuserbtn_Click" /> <br /><br /> <asp:GridView ID="SrchUsrGrdView" runat="server" Width="600px" ...

Go to the complete details ...