I'm seeking some suggestions. What i'm trying to accomplish is using a asp.net Calendar Control where each day will have
n number of events/appointments listed in the day's cell. I'm using the calendar's DayRender event to write out the text (and whatever else i need). This is works fine. However, what i'm trying to do now is upon clicking on an event/appt, i want
a popup layer to appear with the details of the event.
You could render all of the information in the day's cell. The extra information just goes in a
panel control with style="display:none;". Then use a
PopupControlExtender to popup the additional info. You would need one panel and one extender for each item in a day's
cell.
When you ask a question, remember to click "mark as answered" when you get a reply which answers your question.
SeeTrai
0 Points
1 Post
Calendar control + DayRender + Popup
Feb 13, 2008 01:17 AM|LINK
Hi,
I'm seeking some suggestions. What i'm trying to accomplish is using a asp.net Calendar Control where each day will have n number of events/appointments listed in the day's cell. I'm using the calendar's DayRender event to write out the text (and whatever else i need). This is works fine. However, what i'm trying to do now is upon clicking on an event/appt, i want a popup layer to appear with the details of the event.
Any ideas?
Many many thanks in advance
DisturbedBud...
Star
11523 Points
1911 Posts
Re: Calendar control + DayRender + Popup
Feb 13, 2008 02:20 PM|LINK
You could render all of the information in the day's cell. The extra information just goes in a panel control with style="display:none;". Then use a PopupControlExtender to popup the additional info. You would need one panel and one extender for each item in a day's cell.
My latest ASP.NET AJAX blog entries.
hud2000
Member
100 Points
62 Posts
Re: Calendar control + DayRender + Popup
Oct 21, 2008 03:51 PM|LINK
this doesn't seem to work, see this post...
http://forums.asp.net/t/1335764.aspx