Connecting to external database, searching an external DB

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.
5/28/2009 1:12:55 PM
Gravatar
Total Posts 3

Connecting to external database, searching an external DB

I am new to mojoPortal. I wanted to find out if

a) There is a way to have a form input search an external database and return results. Eg. - Use the form input to search and return the list of vendors from the Vendors database for all vendors in that state.

b) Extending on this idea - ability to create a proximity based search - form input of zipcode to return the list of vendors from Vendor database ordered by proximity.

thanks

5/28/2009 1:52:49 PM
Gravatar
Total Posts 18439

Re: Connecting to external database, searching an external DB

Yes, if you are a developer and able to develop that functionality, it should be easy to plugin the UI part as a mojoportal feature.

Best,

Joe 

5/29/2009 4:10:10 PM
Gravatar
Total Posts 3

Re: Connecting to external database, searching an external DB

Joe,

 Please point me to some documents/ links that would set me on the right path.

thanks

6/3/2009 5:41:18 AM
Gravatar
Total Posts 18439

Re: Connecting to external database, searching an external DB

Hi,

If you are new to ASP.NET development, I suggest you get a good book about it. Its very important to understand the lifecycle of events in pages and controls during a web request.

I also recommend you use the mojoportal source code package with Visual Studio 2008 SP1 or Visual Web Developer Express 2008 SP1, and use the mojoportal.sln solution file.

The best way to learn is to study existing code and mojoportal has exisiting code to do almost any kind of development task you need to learn like accessing databases and other common development tasks. So the source code is the very best documentation available.

Other documentation is available here:

http://www.mojoportal.com/documentation.aspx

http://www.mojoportal.com/developerdocs.aspx

Hope it helps,

Joe

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