Hello all,
I am trying to Programmatically specify the Image gallery path using:
Editor
ed = (Editor) FormView1.FindControl("Editor2");
ed.SetSecurityImageGalleryPath("~/uploads");
I got the Error:
Object reference not set to an instance of an object
can any one help
thanks