I am currently able to bind a parameter like so: <ParameterBinding Name=”PageTitle” Location=”Control(title,ItemFieldValue)” DefaultValue=””/> to a control named title that exists in the same <asp:Content> block as the DVWP. However, I cannot create a binding to title if I cut and paste it into a different content block. Do I need something else in theRead more