No account? Register here!
Click here to log in
Home
Products and Services
MonoX
eCTD Office
Web Application Optimizer
Software Development
Blog
Support
Buy Now
MonoX
Web Application Optimizer
About Us
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.
{1}
##LOC[OK]##
{1}
##LOC[OK]##
##LOC[Cancel]##
{1}
##LOC[OK]##
##LOC[Cancel]##
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
Back to all discussion topics
1
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
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
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
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.