Can someone tell me how can i filter my results from multiple textboxes in asp.net ?
SELECT * FROM [MyTable] WHERE ([Firstname] = @Firstname) Or ([Lastname] = @Lastname) doesn't work
With one textbox is fine but with multiple texboxes no chance.
Thanks a lot!