UrlEditor not working

M

maxcocco

Hello,
I'm building a custom WebControl and I'm trying to use the UrlEditor
for the following property.
The property is displayed correctly in the property browser, but when I
click the ellipses button, nothing happens.
What's wrong with this code?

Thanx,
Max

private string _xmlMappingUrl;
[Category("EntityBinding")]
[Editor(typeof(System.Web.UI.Design.UrlEditor),typeof(System.Drawing.Design.UITypeEditor))]
public string XmlMappingUrl
{
get { return _xmlMappingUrl; }
set { _xmlMappingUrl = value; }
}
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top