Link to home
Start Free TrialLog in
Avatar of lizziesboy
lizziesboy

asked on

How to add content to HTMLEditor on load

I have an HTMLEditor control on a web form. (ID=Editor1) I need to add text from an asp textbox (ID=Textbox1) when the editor loads. I then need to paste the edited text back to Textbox1. For some reason this seems to be harder than it should be. Any help would be appreciated.
ASKER CERTIFIED SOLUTION
Avatar of strickdd
strickdd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of lizziesboy
lizziesboy

ASKER

It helped me find what I needed.