I am using cuteeditor for website and following is the code:
Dim EditorDL As CuteEditor.RichDropDownList
EditorDL =
New CuteEditor.RichDropDownList(Editor1)
EditorDL = Editor1.FindControl("Internal Page Links")
EditorDL.Items.Clear()
Everything compiles fin but when I run the page I get a
Object reference not set to an instance of an object.
Error.
My site should go live and stuck with this error on hosting server and works fine in developement server.
The site dynamically generates the web pages from a database
Please help.
Thanks
Lakshmi