creating db driven table

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.
6/30/2009 1:54:31 PM
Gravatar
Total Posts 1

creating db driven table

Nice product, byt, most sites that I have in minds have functionality beyond standard features of mojoPortal.

Can mojoPortal be just part of existing (.net) web site?

Is it possible to create modules which will diplay db driven table, with add/edit/dlete/filter/search... functionality (without using pro edition)?

Thanks!

 

 

 

 

 

7/1/2009 7:20:10 AM
Gravatar
Total Posts 3
Christopher Ryhal MojoPortal Consulting Partner Ryhal.com cryhal@ryhal.com

Re: creating db driven table

If you have a solid understanding of C# than I don't see why not as the source code is provided for you.  Its reality that sometimes we need to make changes that aren't implemented into any CMS system, I myself have 7 portals setup and 3 of which there was a need to make changes.  

You can create your own modules yes most definitly.   Most likely what your asking to do is what is referred to as a "Feature" If your going to steer away from the sourcecode and use the deployment files only, one suggestion would be to simply create a VS.NET 2008 solution of your own.  I ALWAYS stress to steer away from modification to the core code because the repository is updated quite often along with newer releases based on community feedback, etc.   There really is no need to modify the core code and if you do, I would recommend using some form of Source Control.  I myself use Visual Source Safe only because I'm an MSDN subscriber but there are others freely available.

Anyhow......create a folder in the root of the site called "MyCustomProjects" and then at that point you may reference the MojoPortal libraries if you wish to use their functionality.   You may create Visual Basic files as well.  Create your files as Web Controls not Web Forms.   Go into Administration Menu > Advanced Tools > Feature Installation/Configuration and review how core features are installed.

I use MojoPortal now for ANY and ALL website builds and we have had great success.  Even if its just for a membership providing and driven website, the possibilities are endless.   I have had to create databound user controls like your speaking of, in fact I even have one user control that talks to an Oracle Database and spits out results where my core DB is SQL Server 2008.

If you have any problems or need some help, do please let me know or reply to your post and myself or the community will try to assist.

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