How to use filtertextboxextender with controls in gridview

How to use filtertextboxextender with controls in gridview

am 19.12.2007 00:11:11 von tester

I have a gridview that is in an updatepanel, with textboxes for the
controls, and am trying to use the ajax filteredtextbox, but I get the error
that says "Textbox1" is not found. Any ideas:











FilterType="Numbers"
ID="FilteredTextBoxExtender1" runat="server">


runat="server" Text="No.">
Text='<%# Bind("ClientNo") %>'>





Re: How to use filtertextboxextender with controls in gridview

am 23.12.2007 04:18:54 von nothingsoriginalontheinternet

On Dec 18, 6:11 pm, wrote:
> I have a gridview that is in an updatepanel, with textboxes for the
> controls, and am trying to use the ajax filteredtextbox, but I get the error
> that says "Textbox1" is not found.

Why a TextBox in an ItemTemplate? Did you want to use it to filter the
records by putting it in the header?

It's weird that it complains about "Textbox1" not being found, is that
referring to some line in your server code?

Also, I noticed that your first is missing an end tag.

-Michael Placentra II