Hello, I've recently upgraded my web from asp.net 2.0 to .net 3.5 and ran into one thing with the refreshCallBack function. I've been testing the exact same code in .net 2.0 and .net 3.5 projects now and confirmed that the problem must have something with the new framework to do.
Below is links to show my code:
Cal.aspx codeCal.aspx.cs code
When I call refreshCallBack() from the <a href> tags onclick attribute it works fine!
But when I click the button inside the update panel and from the server method tries to trigger the refreshCallBack() method, it doesn't work anymore (Line 42 in Cal.aspx.cs)
As I said before, this works fine in .net 2.0 but stopped working in .net 3.5.
I use the latest 4.6 version of daypilot.
Any suggestions?