submitted label visible for students when something has been submitted

This commit is contained in:
Tim Young 2017-08-09 10:11:55 -05:00
parent b1c415c686
commit b6bcd7aff2
1 changed files with 1 additions and 0 deletions

View File

@ -523,6 +523,7 @@ namespace EduNetworkBuilder
{
tbHWSubmitted.Visible = true;
lblHWDue.Visible = true;
lblHWSubmitted.Visible = true;
tbHWSubmitted.Text = ViewedSchoolwork.SaveDate.ToString();
}
else