Click here to Skip to main content
15,915,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi developers,

i have a textbox with a button and grid view and i wont to show the result as searching in the grid view for more than one string or number in the textbox.

when i enter one string, it will show me the result but when i enter more than one string, it will not show me any result , this is my query

SELECT ID, MS, IM, SU, ADD, M_ID, SE, I, IDN, DATE, DE, COM, COMM, DEAL FROM DBDEV.SUBS a WHERE (MS = :MS)


any help will be helpful for me.
with regards, udi.
Posted

1 solution

 
Share this answer
 
Comments
Ahmed k dema 14-Dec-11 6:45am    
i used it and not work also because as i think the problem is on the textbox because the compiler can't take two args at the same time ??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900