Posts by Guilherme Castello • 43 points
2 posts
-
1
votes2
answers1721
viewsQ: How do I know if the database connection was successful?
I need some help. I started programming in c# now and wanted to make a kind of status for my program. Something like "Connection to Database: Connected.". I made the connection and my program…
-
3
votes1
answer4847
viewsQ: How do I put the value of a variable inside a textbox?
Guys I’m having a boring problem. I wanted to put the text I took out of a textbox and put in another that this defined as readonly. I wanted it to work as a label. I tried textchange gave error.…