Dynamic Data Postback

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.
11/7/2011 7:14:13 AM
Gravatar
Total Posts 2

Dynamic Data Postback

I have created a Dynamic Data Web Project in Visual Studio 2010.  The web project works fine.  When I try to implement the code with mojo portal web,  the web pages come up fine.  However,  when I try to do a update or cancel from the dynamic data webpages,  it fails on the postback.  Does anyone have a solution to this issue?

12/5/2011 9:50:17 AM
Gravatar
Total Posts 6

Re: Dynamic Data Postback

I have had trouble like this in the past, I'm using the DevExpress toolkit, and was able to get this kind of thing to work by using the "Callback Control", which stored any changes and i was able to retrieve and process any changes as well.

I know it's a little on the expensive side for a single developer, but this tool set has been worth it's weight in gold for us.

The only thing I would recommend, would be to look into a "Callback" type of method that could get around any post backs that happen, I've found that it's much easier to handle these type of requests for the saving of modified data.

 

Brian

12/10/2012 12:03:37 PM
Gravatar
Total Posts 1

Re: Dynamic Data Postback

Hello wzvqj0,

Were you able to come up with a fix for your issue? If so did you come across any articles or example code that helped? I too have a mojoportal site and a seperate asp.net dynamic data site that I would love to merge. My ultimate goal is to allow the users to access the dynamic data pages from within the portal as just another tab.

Thanks,

Richard

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