asp.net - Linking two projects -


I am currently doing a project that is linked to any other project. That is, when I click on some button in my existing project page, I should get a page from another project. Can you recommend a way to do this ..

You can always use the Response.Redirect () to redirect the user to any Internet available location.

If both projects are configured as websites (i.e., they are accessible through virtual directories), then you can use this method to redirection. Without much information, it becomes difficult for you to troubleshoot any problem faced by this simple process.

Note that you will not be able to share state information between two applications (not in the least straightforward way!)


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -