I am trying to set the mindate on a calendar based on the selection from another
This is called in my page load event. The javascript for ShowCalendarPopup1 works flawlessly and the $find does not go null. In the SetMinDate function, the
subStartDateCtl variable is always null, even though the ID of the control is there. I put an alert box around
txtDiscSubStartDate.ClientId and it pops up the controls id number.
So why is it coming back as a null object?
Here is the front end code of my ascx: