Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filtering Dataviews
Message
From
13/05/2004 11:02:36
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
ADO.NET
Title:
Filtering Dataviews
Miscellaneous
Thread ID:
00903614
Message ID:
00903614
Views:
67
All,

All I want to do is filter a dataview. The code I have(below) generates an error saying it cannot find the column "Gary". I am searching by name in a customer table and gary is the name I am searching for. The dataview is a control on the windows form call dvCallers. Could someone please tell me what is wrong?

Here's the code
   dvCallers.RowFilter = "Name = " + txtSearch.Text.Trim
Thanks

Jim
Next
Reply
Map
View

Click here to load this message in the networking platform