I have a change event in a drop down list, DDL_1, that calls a function from my variables. This DDL_1 returns a value to a text box, Text_1, that I use to calculate time. Inside this change event in DDL_1 I have a conditional statement that is based on user input from a date field, Date_1. My issue ...