Hi,
I have a user control that contains a repeater, within each item of which i have an editor with nothing enabled but the spellcheck button.
When this user control is dropped direct on to an aspx page it works fine.
However i also have another page with an asp.net wizard control and i have dropped my user control into a page of that wizard.
The problem now is that when i click on the spell check button i get 'Object doesnt support this property or method' on line 1 char 1 of my pages.
Also, i am also getting a lot of flickering when the pages load, especially if there are 5 or more occurrences of the editor on the page.
Any advice
Cheers
Pete