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>
<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 ...