Posts by Programmer Master • 37 points
3 posts
-
0
votes1
answer626
viewsQ: How to update a field from a Database table using a Stored Procedure?
I basically have a database table, which has a field called DESCRIÇÃO and the table is called Tabela123 I have 10 records in this table, and in the DESCRIPTION field I have the sentences: Hello, you…
-
0
votes1
answer162
viewsQ: Update Label of a Window through the Contents of a Usercontrol Combobox
I have : A Window: Window1 (Mainwindow) Three Usercontrols: -Usercontrol1 -Usercontrol2 -Usercontrol3 In window 1 I have a label (label1) and in each of the Usercontrols I have a Combobox. Each…
-
3
votes1
answer1507
viewsQ: How to Place Text from a Textbox on a Label? C# WPF
I am developing an application in C# WPF, and I have two Forms. A Form has several Abels (with the name of several fields, such as gender age, name, etc...) and under each of the Abels has a Textbox…