asp.net - WebUserControl with file property -


i'm doing webusercontrol, , want add property show file list in desingview, property imageurl on image control, instead of images, property accept xml files.

sorry english.

i found solution, easy : )

[urlproperty]     public string sourcefile     {                 {             //some code             return "";         }         set         {             //some code         }     } 

it's generate filename property


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -