| Issue 58: | Events from VB.Net | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1.Try to send json event array from VB.Net codebehind 2. 3. What is the expected output? What do you see instead? Expect to see events. Instead get "End is null or not an Object" What version of the product are you using? On what operating system? FullCalendar 1.2 on XP Please provide any additional information below. Trying to populate event array from VB.Net. Whatever way I try I cant seem to populate events properly. Would appreciate any help.
Jul 12, 2009
#1
dmcstudi...@googlemail.com
Jul 18, 2009
the markup for the events is probably not being formatted properly. look at the output, see if the js syntax is messed up. also see if there are errors anywhere else in your code. please re-post to this thread if/when you are convinced this is a fullcalendar- specific problem, not just a general js problem. good luck
Status:
Done
Jul 30, 2009
Hi again, I'm building a string of values in the code behind and storing it in a
hidden field on the web page. The format is as follows:
[{"id":1,"start":"2009-07-30T12:03:17Z","title":"ALJSS 1 21500"},
{"id":2,"start":"2009-07-30T12:03:17Z","title":"ALJSS 4 23563"},
{"id":3,"start":"2009-07-30T12:03:17Z","title":"ALJSS 5 23937"}]
I can see the string is available before the calendar is initialised. If I copy this
string directly into the web page it works fine but if I set
'events: hidden_field.value,'
then no results. Really stumped now. Appreciate any advice. Thanks.
|
|
| ► Sign in to add a comment |