Posted on: 11/21/2014 12:07:04 PM | Views : 379

Hi,
I have a Textbox in the gridview column, for which I want that to be used for searching the text in that column. The values in the columns are coming from the table. Please see the code for ref and let me know what to do.
<asp:GridView ID="grdCSRPageData" runat="server" Width="100%" border="1" Style="border: 1px solid #E5E5E5;" CellPadding="3" class="hoverTable" AutoGenerateColumns="false" AllowPaging="True" BackColor="#E5E5E5" BorderColor="#999999" BorderStyle="Solid" BorderWidth="1px" ForeColor="Black" GridLines="Vertical" ShowFooter="true" PageSize="5"> <Columns> <asp:TemplateField HeaderText="Page Title" Visible="true" HeaderStyle-Width="8%"> <HeaderTemplate> ...

Go to the complete details ...