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

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,064
Members
48,769
Latest member
Clifft

Latest Threads

Top