Guest User

Untitled

a guest
Jan 21st, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.20 KB | None | 0 0
  1.  if (statusTextBox.Text == "Out of Stock")
  2.                 {
  3.  
  4.                     string stock = "In Stock";
  5.                     furnitureTableAdapter.UpdateQuery1(stock, itemnumbers);
  6.                 }
Add Comment
Please, Sign In to add comment