Create MVC Framework UI to load others MVC application and those should display their view in Framework UI Layout and work independently

Hi,
How it is possible to develop a UI Framework/ MVC UI Framework which will loads the others MVC Application. The Framework will show the views of loaded MVC app into UI Framework view. At the same time the Framework UI will show the default view of each loaded
MVC app(Module). If user click on any MVC Module on the UI then that MVC module should update itself by calling its own controller and others MVC app view should not disturb due to this operation. The UI Framework layout need to facilitate somehow to show
the default view of each MVC somehow in different DIV. All MVC App will work independently and having communication with UI Framework only. HTML5, CSS3 and MVC 5 can be used
Can anyone please suggest how to proceed on this?

That's a strange request, but anyway, the MVC section is at the link below,
http://forums.asp.net/1146.aspx/1?MVC

Similar Messages

  • I was trying to open a project in adobe flash pro cc and it said there was an error opening the project. I have tried multiple times with no success, however all my other projects open and work fine

    I tried multiple times, but still couldn't open my project. All my other projects open and work fine. Please help, it is important.

    You will most likely get better help in Flash Professional
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Unable to open indesign after migration to new mac all other programs open and work.

    Unable to open indesign after migration to new mac all other programs open and work. Why? Running Yosemite 10.10.1 Indesign CS5

    The keyword is "migration." Migrating or copying files for Adobe applications usually does not work. Not all of the necessary subsidiary files are copied to the right location.
    You'll need to first clean up the mess with this tool:
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    Then download an installer from here:
    Other downloads

  • Creating an app that can load other apps?

    I have a SWf application built in flex 4. One part of the application relies on accessing a public variable ("step1") set at the application root, and is accessed with
    var app:Object = FlexGlobals.topLevelApplication;
    trace("step one is "+app.step1);
    This, while not optimal, has worked fine. Now, hoever, I need to load this entire application into another application, and I can't figure out how to access my step1 variable any longer.
    I have been loading the swf into the new parent application like so:
    public var myLoader:Loader = new Loader();  
    public var pizzaContainer:UIComponent = new UIComponent();
    private var myUrl:URLRequest = new URLRequest("chickensoup.swf");
    protected function application1_creationCompleteHandler(event:FlexEvent):void {
       myLoader.load(myUrl);                                  
       pizzaContainer.addChild(myLoader);               
       addElement(pizzaContainer);
    And I have tried using FlexGlobals.topLevelApplication.pizzaContainer to no avail. What would be the method of acessing a public variable at the root of the loaded application?

    You can try to use a non-Flex swf to load the Flex SWF, but the non-Flex SWF won’t “go away”.  But Application.application should still be the Flex swf.

  • MVC Applications and ADFS authentication

    Hello,
    I have a requirement to create a MVC.NET application that uses ADFS for authentication. I already have created the project and it works with our ADFS server (On-Premise). Now, the next requirement is that we have an existing application (App1) that has
    a link to the application that I'm working on (App2). The requirement is that once the user is authenticated for App1 and they click the link to go to App2 they shouldn't have to re-enter their credentials. How should I configure App2 to
    meet this requirement?
    Your help is much appreciated.
    Masoud Sharifi

    Hello Masoud Sharifi,
    MVC application as the WEB application should be asked on ASP.NET forum:
    http://forums.asp.net/
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I fix the problem of a pop up window that appears every time firefix loads titled [Javascript Application] and says "balance.balance is undefined"

    The small "[Javascript Application] and balance.balance is undefined" pop up window is followed by a pop up that shows a caution sign and the number 3. They repeatedly pop back up when I click on the OK button or X, I must click them 10 times before they go away. Then Firefox seems to run normally until I exit and try to return later to Firefox.
    I uninstalled Firefox and reinstalled it with no effect. I have also run any troubleshooter that seemed to remotely refer to this problem with no effect.
    This does not happen when I load Internet Explorer or Google Chrome. Except for this problem, I much prefer Firefox over either one.

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, probably an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • I connect my iphone5s to my 2015 Terrain using Bluetooth, when I make a call I can hear the caller but they can't hear me. Anyone else have this problem? How did you resolve it? Other phones connect and work perfectly.

    NNeed help I connect my iPhone 5s to Bluetooth in my 2015 GMC Terrain. When I make a call i can hear them but they can't hear me. Anyone else have this issue? How did you resolve it. Other phones work fine, just not my phone.

    Hello Sandylynn,
    After reviewing your post, it sounds like you can connect the device with Bluetooth and make and receive calls but they dont hear you. I would recommend that you read this article, it may be able to help the issue.
    If your voice is too faint or sounds unclear using iPhone, or iPod touch - Apple Support
    People can't hear you during a phone
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • After updating FF could not assess pages inside web sites so down loaded 3.6 version and works fine, so what happened?

    A few days ago FF was updated to a new version. When I went to a web site, I could not open pages on the site. I could do so using Internet Explorer, so I knew it was something to do with FF. I saw your suggestion to download the version of FF 3.6 and I did so and now the problem of opening pages is fixed.

    Thanks for the reply. It doesn't have to process the php, it just has to show the HTML content. It did that just fine before the last upgrade but won't now.
    I've seen that page you referenced: http://kb.mozillazine.org/File_types_and_download_actions.
    It doesn't help. The things it says to look for aren't there for me, specifically:
    browser.download.pluginOverrideTypes
    plugin.disable_full_page_plugin_for_types
    I followed the rest of the instructions but it didn't help.
    I did get it to quit opening tabs, instead it prompts me what it should do with the file every time now. What it should do, and used to do, is open the php page and display the HTML content.
    Any other ideas?

  • Remote loading Multi-versioned application & ApplicationDomains & communication

    Hello,
    let's have an application A that loads application B using SWFLoader. Is it possible to have A and B compiled with different Flex SDKs and have the applications in the same ApplicationDomain?
    I want to communicate between the applications, for example add some event listener to SystemManager of B. If I use loadForCompatibility=true, I get coercion error (of course - ApplicationDomains are different and we have two SystemManagers, so flex has no idea which one to use).
    Any ideas how to achive the communication?

    I would be lovely if Adobe created some demo for remote loading multi-versioned application using runtime shared library, with some event communication between applications

  • How to create a button icon list similar to Timesheet application

    Hi,
    Can someone tell me how to create an icon, with drop down list that looks and work similar to the button we can find in the Timesheet application in the URL below: http://apex.oracle.com/pls/otn/f?p=35222:LOGIN
    Thanks!

    Hi,
    Click your list region
    click the name of the list
    it will redirects to list property
    choose the name of the specific list item it will open for attribute setting
    choose image right side small button will pop up the existing images or
    upload your image [shared components] access #APP_IMAGES#image1.gif
    Thanks,
    Loga

  • How to remove farm account from Application Discovery and Load Balancer Service Application

    Hello Community
        Using Sharpoint 2010 Server I think the reason
    the User Profile Synchronization would stop is because somehow the farm
    account was registered as a managed account.  So I removed the farm
    account from all services that ran under the farm account so that I could
    run Remove-SPManagedAccount or click the Remove icon in manage service accounts
    and then unregisted farm account as a managed account.
       But before I can run Remove-SPManagedAccount I need to remove it from one more
    service account that uses the farm account which is:
        "Application Discovery and Load Balanceer Service Account".
        However, nothing seems to remove it from there.
        I tried :
    "get-spserviceapplication | where {$_.TypeName -match "Application Discovery and Load Balancer Service Application"}
        and then
    "stop-spserviceinstance "dde7fbef-b068-4687-bedb-f67230efab5a"
        amongst a host of other methods so that I could ultimately
    unregister farm account as a managed account.
        But no matter what I do when I try to remove the farm account from Application Discovery
    and Load Balancer Service Application
    and then unregister the farm account as a managed account a message always says
    "Application Discovery and Load Balancer Service Application" is using the farm account
    as its service account.
        What can I do to free the farm account from Application Discovery and Load Balancer Service Application?
        Thank you
        Shabeaut

    The Farm Account is always a Managed Account and can never be "unmanaged". You don't have to set the automatic password roll.
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Help! iPhoto library not available to other Apple applications

    My iPhoto library is not available for browsing in other Apple applications like iMovie, Mail or even Desktop and Screen Saver. I've rebuilt the iPhoto database, fixed permissions, tried to do over starting with a clean plate and importing the database and nothing seems to work. The iPhoto library is unavailable to other Apple applications that can make use of it.
    Any ideas as to how I can fix this problem? FWIW, iTunes is available in other Apple applications and iPhoto seems to work just fine as a stand alone application it just doesn't want to play with the other children anymore.
    Thanks.

    Eric
    Sharing between applicationns is enabled by a file in the iPhoto Library Folder called the Albumdata.xml file.
    First step: Remove this file and restart iPhoto. This will force iPhoto to rebuild the files. Then relaunch the other apps, see if they see can see iPhoto.
    If not, do you have any non-ascii characters in your titles or keywords - bascaly anything that's not 0-9 or a - z.
    If that's not the issue, have a look at this thread
    http://discussions.apple.com/thread.jspa?messageID=3870956
    especially Dave E's discovery about malformed strings in the albumData file.
    Regards
    TD

  • Will my USA apple TV work in Austria (using a power converter of course)?  In other words, will I get USA Apple TV viewing selections?

    Can I unplug my USA apple TV, take it to Austria and will it work in Austria (using a power converter of course)?  In other words, will I get USA Apple TV viewing selections?  Or, will it work at all?

    The ATV is the same device worldwide.
    Content is determined by the location where the ATV is physically connected.

  • What are the uses of MVC, Extension and how to create it for begineers pls

    what are the uses of MVC, Extension and how to create it for begineers pls
    dont give link for tutorials please explain ,
    thank you,
    Regards,
    Jagrut BahratKumar Shukla

    Hi,
    Check out this link :
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/0f/ab3a3c9ca75402e10000000a114084/content.htm">http://help.sap.com/saphelp_nw04/helpdata/en/0f/ab3a3c9ca75402e10000000a114084/content.htm</a>
    It is the best possible explanation and documentation that you'll get.
    Thanks,
    Tatvagna.

  • Performance test on MVC application

    Hi All,
    By using Visual Studio Performance tool, how can we test ASP.Net MVC application.
    When we open our MVC application basically it is loading very slow
    Can we get the below information by using Visual Studio Performance tool.
    1. How the controller is getting the input and passing it to the model for the retrieving the data.
    2. How can we see the performance of the controller passing the input to the service and getting the information and passing it to the view
    We want to the observe where exactly the delay is happening.
    We also have many java script functions written in the code.
    Please help me in providing the following information.
    Thanks
    Santosh

    Hi Santosh,
    Thanks for your post.
    Generally, I know that the VS Performance tool: load test is used to expect usage of a software program by simulating multiple users who access the program at the same time.
    The load test consist of a series of Web performance tests which operate under multiple simulated users over a period of time.
    For more information:
    https://msdn.microsoft.com/en-us/library/vstudio/dd293540(v=vs.110).aspx
    https://msdn.microsoft.com/en-us/library/dn250793.aspx
    Load tests provide named counter sets, they are useful when you analyze performance counter data. The counter sets include ASP.NET, so when you create a load test with the Load Test Wizard, you add an initial set of counters.
    https://msdn.microsoft.com/en-us/library/ms404676.aspx?f=255&MSPPError=-2147217396
    https://msdn.microsoft.com/en-us/library/ms404704.aspx
    After you run this load test, you can use the load test analyzer to view your load test data and analyze your load test to locate bottlenecks, identify errors, and measure improvements in your application.
    https://msdn.microsoft.com/en-us/library/ee923686.aspx
    Best Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for

  • Read Only Columns

    Hi, We have designed a update METADATE type custom integrator to download, update and re-upload data to Oracle Apps. As a part of the integrator we are displaying few extra columns for the end users viewing purpose. The client want us to make such vi

  • Why PC-People don't chose mac, + others.

    Let me begin by saying this: I have always been a mac devotee; Extreme! I'm obsessed and practically addicted. I always brag about this system, but I have to say, sometimes - as with every matter/product/etc. - I do think there are things that should

  • How to retain the work item in inbox of user if user press the icon cancel?

    HI, we  are using a text editor in approval section of workflow where the user needs to enter the reason for apporval or rejection. the requirement is how to retain the work item in inbox of user if user press the icon cancel? there are two icons in

  • SP3a - what's the diff?

    OK, I've got SP3 (the original) installed, and Hotpatch 1 as well - for testing, not in production. Works fine, except Hotpatch 1 was not pretty - it messes up many of the admin GUI links, and doesn't fix Outlook Web Access 2000 access as advertised.

  • Very Annoying Problem Installing i-Tunes Ver 8.02

    This rambles... But bear with me... So I moved from London to some small village in the middle of nowhere. I had broadband before moving and when I got here I found that I COULD NOT GET IT HERE ONLY DIAL-UP. Now I know that some of you are rolling yo