how to use Filter on Dataview for string like te*xt%
C#
1
Posts
1
Posters
0
Views
1
Watching
-
ello Everybody, Can someone help in finding solution for dataview filter I know how to use dataview filter and I had been using dataview for my application for biding 5 gridview. Every gridview is binded by dataview. And when I'm using filter by sending filter criteria using textbox, it is possible to send any kind of string to filter the dataview. Now problem is when I send string like 1) *text, it works fine 2) text*, it works fine 3) te*xt, it fails why this is so? Can someone please help me in this regard :) Solution on this will be appreciated :rolleyes: Regards Balasaheb Kahat Software Developer Platform: Asp.net,vb.net,C# Database: SQL Server 2000