Posts by Thiago • 49 points
3 posts
-
0
votes2
answers14235
viewsA: How to check if there is an element inside a list?
From what I understand you want to know if there is an element in a list in a do column like this: return listState.FindAll(l => l.nIDState == "estado"); Findall looks for what exists inside a…
-
5
votes3
answers1796
viewsQ: Query in an SQL string in C#
I’m doing a query in the database via string sql.append, in the method call I have two parameters, two strings these receive one textbox typed by the user and check in the database. How do I…
-
-1
votes1
answer162
viewsQ: Return the same URL and change the aspx Asp.net label
I am doing a validation in a sales system, where if the seller clicks on a customer who is in debt access is not allowed. So far no problem, I made the connection with the DB and validation. I would…