79521884

Date: 2025-03-20 04:22:13
Score: 2
Natty:
Report link

i observed 2 things.

  1. in your Sub Page_Load , you are assigning value of 'EmpEmail' to 'numDaysLeft'.

  2. you have only 2 arguments for String.format 'body', however your 'body' consume {0} and {2} . you should use {1} instead of {2} for the numDaysLeft.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: taysw