Posts by Gabriel Toledo Padinha • 1 point
2 posts
-
0
votes1
answer19
viewsA: How to make a query using SELECT with conditions of LIKE '%' and Equal "=" with input of textbox and dropdowlist in C# ASP.NET
I don’t know if that’s the best answer yet, but the one that came the closest. Instead of working with the ID I switched to the DESCRIPTIONS. I got the data input as follows: string nDocumento =…
-
-1
votes1
answer19
viewsQ: How to make a query using SELECT with conditions of LIKE '%' and Equal "=" with input of textbox and dropdowlist in C# ASP.NET
I am doing a query of people by filter, but I have come across the following problems: 1º LIKE Condition %%, (because the user will not always fill the fields "Document Number" and "Name" -…