How to trigger modulesettings.aspx's save button click event in custom feature?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
10/23/2013 8:41:52 AM
Gravatar
Total Posts 22

How to trigger modulesettings.aspx's save button click event in custom feature?

Hi,

I'm creating a custom module setting. I need to save the selected setting value to a table. how can i trigger the save button's click event inside modulesettings.aspx in my custom code?

 

 

Thanks in advance

Rajeswari.

10/23/2013 9:25:26 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: How to trigger modulesettings.aspx's save button click event in custom feature?

Take a look at the Module Settings document and see if that technique will work for your settings. If your settings are too complex, you may need to create your own separate settings page.

You must sign in to post in the forums. This thread is closed to new posts.