R
ree32
Say I have function which handles events. Suppose I have 2 calendars
where an a date is elected it activates this function.
Sub calStartSelected(ByVal sender As Object, ByVal e As EventArgs)
Is there anyway using the object sender I can findout which calendar
was selected. Say the names of the calenders are cal1 and cal2.
Thanks
where an a date is elected it activates this function.
Sub calStartSelected(ByVal sender As Object, ByVal e As EventArgs)
Is there anyway using the object sender I can findout which calendar
was selected. Say the names of the calenders are cal1 and cal2.
Thanks