i'm trying highly customized hand built form sitefinity 4.0 , problem no matter can't access form's postback data in code behind. form user control , i've added in way described here: http://www.sitefinity.com/40/help/developer-manual/controls-adding-a-new-control.html after struggling several hours, created basic test form , i'm still not able access postback data. i've tried adding enableviewstate="true" on place form data still empty on postback. exact same user control runs , posts data outside of sitefinity. tried other methods of accessing postback data , discovered request.form contain data need. i'd still love access form elements in usual way though, don't have request.form every control on page , loop way, seems hokey. here's code basic form: "basicusercontrol.ascx" <%@ control language="c#" autoeventwireup="true" codebehind="basicusercontrol.ascx.cs" inherits="sitefinity...