LabCodeSnippets Ex2
LabCodeSnippets Ex2
bag ********
******** Step 5 ********
if(web.Properties[keyName] != null)
{
string expenseTotal = web.Properties[keyName];
writer.Write("<p>Estimated departmental expense total is: " + expenseTotal +
"</p>");
}