Posts by Dorlitz • 13 points
1 post
-
1
votes1
answer625
viewsQ: Show database image for each usercontrol
Usercontrol1 private string lastName; private string nnovo; public string LastName { get { return lastName; } set { lastName = value; label2.Text = value; } } public string Nnovo { get { return…