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
Post a Comment