TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Amrul Hakim
NA
19
3.9k
how to check stock c#
May 24 2017 5:20 AM
I want to check item in the stock table, if in the stock of items is not enough then there will be notification "Item Not enough"
if
(cm_status.SelectedItem.TosString() ==
"OUT"
)
{
//check Stock QTY in Tabel Stock <----
i want ceck Stock in here after Update
}
Else
{
cmd = New SqlCommand (
"UPDATE Tb_Stock Set Qty= Qty - '"
+ txt_Qty.text +
"' WHERE Code_Items= '"
+ txt_codeItem.text +
"'"
,conn);
}
Reply
Answers (
1
)
How to show and hide a label based on expression in rdlc .
Multiple Y axis with common X axis in C# Application