我有一个User Control 控件 SimpleControl.dll 里面一个按钮button1,一个picturebox1,一个opendialog1,点击按钮打开图片,显示到picturebox1中我嵌入到webform中
 <object id="simpleControl1" 
   classid="http:SimpleControl.dll#Microsoft.Samples.WinForms.Cs.SimpleControl.SimpleControl" 
   height="300" 
   width="300"> 
   </object> 
请问我怎么在webform中image 里得到这个图片,或者修改它,有没有什么好办法,谢谢?