Hi:
Hopefully something small. In SharePoint 2010, I could create a VWP with an update panel (conditional or always update) as a farm solution, deploy it, and it would work as expected.
As a educational exercise I created a VWP in 2013 RTM and deployed using the VS 2012 Deploy feature. Without the update panel, it works fine except for it does a full page postback. If I leave the page exactly as is, but put the item in an update panel, the linkbutton hits the breakpoint in the debugger, fires no errors, but the view isn't updating. This seems to be the case with always or conditional.
Anyone else have an issue like this or can confirm / deny this works?
Thanks!