Link to home
Start Free TrialLog in
Avatar of pyrokin
pyrokin

asked on

two calendars side by side

want to be able to create two calendars that are side by side, one for one month, one for another
when a date is selected, it needs to be displayed in a text box
any ideas?
Avatar of silemone
silemone
Flag of United States of America image

put two calendars in two different divs...give them different id's...then have them both point to the same events...but test the which one it is by sender.ID ...
i would also use ajax update panels for text box so it only has a partial post back.  

other options:  put a textbox with a button for a cal popup and use ajaxModalPopUp for popupCalendar...do the same for the second calendar.  and again have text boxes in updatepanels so they they only have partial postbacks...
Avatar of pyrokin
pyrokin

ASKER

silemone,

 Thanks for the reply. In Visual Studio I am still having trouble getting the DIVs to be side by side. Could you please post some code?
ASKER CERTIFIED SOLUTION
Avatar of silemone
silemone
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial