Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

Mono Support How to upload the webparts to imported Web partssection 

Viewed 1946 time(s) ,  4 post(s).   4 month(s) ago  by sachin.k 
1 sachin-k
5 Reputation
1 Total posts
This content has not been rated yet. 
sachin.k 4 month(s) ago
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
2 denis
5910 Reputation
724 Total posts
This content has not been rated yet. 
denis 4 month(s) ago
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.

3 sachinkaulgud
69 Reputation
9 Total posts
This content has not been rated yet. 
sachinkaulgud 4 month(s) ago
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

4 denis
5910 Reputation
724 Total posts
This content has not been rated yet. 
denis 4 month(s) ago
You can copy the control files via Windows Explorer, FTP, MonoX file management section, basically any way you like.