Ok, I have a Gridview which is pulling a list from the database and I have enabled selecting. Once the user selects a record I have it opening a Formsview control below it and this Formsview control has an Item Template where I have told it to open the editor with the information selected above as the default data. I also have a button in this template which triggers the SQL update and when I click that button I encounter this error:
Could not find control 'Editor1' in ControlParameter 'PageContent'.
Editor1 is within the Formview control. How do I pull the data from this control to use in ControlParemeters tag as seen below?
<asp:ControlParameter Name="PageContent" Type="String" ControlID="Editor1" PropertyName="Text" />