What does the FilterExpression do on a SQLDataSource in C#?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It controls the filtering expression that is applied when a
Selectmethod call is issued. Read about it here.So if you have something like:
Then you can filter on Title when you call
Select, and supply the title value.