We upgraded our application recently from 10 to 11.0.1.The site works correctly but the continuous integration doesn't.We get an error in serialization when we run continuous integration -r to upda...
I want to retrieve a data row (from the Recorded data table of the form) and load it to the bizform. I have this code in my web part:protected override void OnLoad(EventArgs e) { ... QueryM...