Hi
I have 2 issues - I am new to asp so dont be harsh on me!:
1 Can I use the features of daypilot pro in an asp.net application with VB.NET as opposed to javascript?
2 When I tried it I succeeded in displaying the month control however i cannot get a button to work for previous/next month (something very simple). I have tried adding this to the button event:
Protected Sub Button3_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button3.Click
DayPilotMonth1.StartDate.AddMonths(1)
End Sub
Is this caused by an error that appears on loading the page: "Unexpected call to method or property access". Is this a bug or am I doing something wrong?
Best Regards
Joe