Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~213 People Reached
Favorite Forums
1 Posted Topic
Usercontrol1 private string lastName; private string nnovo; public string LastName { get { return lastName; } set { lastName = value; label2.Text = value; } } public string Nnovo { get { return nnovo; } set { nnovo = value; label1.Text = value;} } Form Button btn = (Button)sender; SqlCommand … |
The End.