Has anyone figured out how to bind the editor to a SqlDataSource object? The only way I've figured out how to do this (thus far) is to bind to a Literal control and then set the editor's text to what's in the Literal. Rather goofy, but it works. I think it's causing some performance issues however, and would much rather bind directly to the editor control.