I have a RadEditor nested inside a FormView so that I can bind database data inside. This is working nicely. In trying to save the content of the RadEditor back to the database, however, my CodeFile isn't recognizing my RadEditor. Here's my .aspx:
Then there's my SqlDataSourse:
And lastly my lonely CodeFile:
RadEditor1 has the following error: 'RadEditor1' is not declared. It may be inaccessible due to its protection level.
Any ideas?