Mono Support How to upload the webparts to imported Web partssection 

Viewed 10050 time(s), 4 post(s), 2/1/2012 6:49:39 AM - by sachin.k
2/1/2012 6:49:39 AM
5 Reputation 1 Total posts

Hi,


Please let me know how to upload the webparts to imported Web partssection
Also how to create webparts as a control, is it the dll which i need to upload as webpart..


Thanks and rgds.
Sachin Kaulgud

1
2/1/2012 12:10:28 PM
7207 Reputation 956 Total posts

Hi Sachin,
If you want to include your own Web parts into MonoX module gallery, you need to place their DLLs into the main /bin folder. The ASCX files can go anywhere you like; there is a setting in web.config

<add key="ModuleGalleryPath" value="/MonoX/ModuleGallery, /MonoX/Samples/WebPartSample"/>

that defines where MonoX looks for its parts. You can add your own paths there.

2
2/2/2012 11:45:47 AM
69 Reputation 9 Total posts

Hi denis

Thanks for the reply

Could you please elaborate the same ?

Please let me know how should i upload my own user controls ?

Thanks
sachin

3
2/2/2012 1:50:50 PM
7207 Reputation 956 Total posts

You can copy the control files via Windows Explorer, FTP, MonoX file management section, basically any way you like.

4
This is a demo site for MonoX. Please visit Mono Software for more info.