Click here to Skip to main content
15,919,245 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have two Applications one is Angular and another one is Asp.Net. My requirement is I need to pass few values as a parameters through Url to Asp.net from Angular App.
Basically My Asp.Net having Credentials so
How can I pass the my credentials along with Url .

I need to load the one specific aspx page in my angualar Application by passing the few inputs to Asp.Net App.

Thank you.

Regards,
Ibrahim.

What I have tried:

HTML
<wj-popup #thePopup [ngClass]="'modal-content'" class="messagepanel">
    <div>
        <div class="modal-header">
            <button type="button" tabindex="-1" class="close wj-hide">&times;</button>
           
        </div>
        <div style="text-align: center;
        width: 100%;
        vertical-align: middle;
        height: 100%;">
            <iframe width="1000" height="300"  frameborder="0" allowfullscreen
                src="https://Web/home.aspx?Id=8&FolderWorkflowIDs=3102">
            </iframe>
        </div>
    </div>
</wj-popup>
Posted
Updated 4-Nov-20 3:33am
v2
Comments
[no name] 4-Nov-20 9:01am    
Load someone else's page "on your web site"?

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900