User-2052822780 posted
I have a user control for which i need to add image url property. I am encountering the following problem when i use
[Editor(typeof(System.Web.UI.Design.ImageUrlEditor), typeof(System.Drawing.Design.UITypeEditor))]
What namespaces shud i use to enable the Editor? I ve added the following namespaces already
using System.Design;
using System.Web.UI.Design;
using System.Drawing.Design;