Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

ImageUrlEditor - Reletive Reference?

  Asked By: Mali    Date: Oct 21    Category: Asp.net    Views: 759
  

I have a custom web control, property is set to use the
ImageUrlEditor:


private string imageOut;
[Editor("System.Web.UI.Design.ImageUrlEditor, System.Design", typeof
(UITypeEditor))]
public string ImageOut{
get {return imageOut;}
set {imageOut = value;}
}

This works fine, but stores the file as an absolute ref. Any way to
make this a relative ref?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 
Didn't find what you were looking for? Find more on ImageUrlEditor - Reletive Reference? Or get search suggestion and latest updates.