What code should I use for the jquery search box for a gridview?
I want a search box for my gridview. So if you write something in the TextBox (id=txtSearch) then jquery function should find it in the gridview(id=Gridview1). I downloaded the jquery Code, but I have unfortunately no idea what Code should I write for it....
<
script src
=
"../scripts/jquery.sieve.js"
>
</
script
>
<
script type
=
"text/javascript"
>
</
script
>
<script>
ยง("#txtSearch").search({
})
</script>
<
asp
:
TextBox
ID
=
"txtSearch"
runat
=
"server"
/>