Good morning,
I would like to show a popup when selecting a timerange
What I have now >>
I configured the calendar in order that along the 12 months I have different groups (Holidays, Days to work on weekends, ...)
so the user can select the holidays, or the "days to work on weekends"
>> I have those 2 groups showing in same calendar
The idea is the next >>
when I select a range it sends an SQL Query to check if the group (depending if is a Holidays, or Days to work on weekends,...) requires to upload a document
then a popup would be showed to upload the document and after it the daterange would be recorded to the database
!!! The problem is
when it enters in the function TimeRangeSelected (aspx.vb) visual basic .net code
I tried to change the class of the div and or panel (tried both), or change thevisibility property
but it doesn't reflect the change in the DOM
Can you guide me to make it work?
cordially,
Ferran