Expressions Web 4
-
Saturday, December 08, 2012 5:33 PMI have added a calendar to a ASPX page and wish to add events to various date. Can I do this, if so how?
D.J. Johnson
All Replies
-
Saturday, December 08, 2012 8:50 PM
First, you should read the Forum FAQs and Guidelines - Start Here, to learn what is expected of you when you post. For one thing, this is the Expression Web forum, so every question is about Expression Web, or should be. Using that as a topic conveys nothing. Next time, choose a topic related to your actual question.
<edit>Second, there may be a way to do what you want, but it does not appear to be something easily accomplished using the EW interface, and would require some coding on your part.</edit>
Third, although EW offers some support for ASP.NET, it is very limited, and uses the single-page model. For more advanced options, or questions, you should ask at the asp.net forum. They can probably point you to a 3rd-party AJAX or other control that will do what you want.
cheers,
scott
Please remember to "Mark as Answer" the responses that resolved your issue. It is common courtesy to recognize those who have helped you, and it also makes it easier for visitors to find the resolution later.
- Edited by paladynMicrosoft Community Contributor Saturday, December 08, 2012 11:27 PM
-
Saturday, December 08, 2012 11:03 PM
Yes, you can do more than display the date in the asp.net calendar control, and yes you can, for example, add event text to various dates.
However, it's an asp.net question, not an EW question, and requires more than basic asp.net understanding. You would need to write the code to do it, either explicitly coding each date of interest, or tying into a database source that you would fetch that information from. (And, of course, add a reference to the name of your ondayrender event function to the control itself.)
Reference: http://msdn.microsoft.com/en-us/library/k4t1kwcd(v=vs.100).aspx
For more information, the asp.net forum is the place to continue the discussion: http://forums.asp.net/
-
Saturday, December 08, 2012 11:23 PM
Sorry, Kathy (and D.J.). My bad. I had not used it and did a quick perusal of the docs. I should have spent more time and done some testing. Entirely my fault for not investigating further. I will edit that post.
cheers,
scottPlease remember to "Mark as Answer" the responses that resolved your issue. It is common courtesy to recognize those who have helped you, and it also makes it easier for visitors to find the resolution later.

