| Issue 1226: | show charts images for each calendar date | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi, i am working on mvc3 project,in which i using fullcalendar to show charts in it.But i am not able to show charts for each day of fullcalendar,because charts image generated in run time by this code<img src="@Url.Action("CallReceiveDate", "Calendar", new { id = @id})" alt="SimpleChart" /> , where CallReceiveDate is method of type Fileresult and Calendar is the controller and id is selected from dopdownlist,According to which charts is showing for each day of fullcalendar
questions
1.how pass id to CallReceiveDate method.
2.how show charts image for each date of fullcalendar by call this <img src="@Url.Action("CallReceiveDate", "Calendar", new { id = @id})" alt="SimpleChart" />
Thanks in advance
Aug 14, 2013
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |