I am using a self-servicing LLBLGenDataSource on a webform that I am creating. The datasource pulls out all of our customer's info. I would like to implement a name search on the form by making a text box and adding the text box to the selectparameter property. My problem is that I can't figure out how to use wildcards in the selectparameter property. Example: The user types "Jo" into the name search field and the program handles the event to return all names the begin with "Jo" like "Josh" "John" "Joe" etc... Thanks in advance for any help.