All:
I created two asp.net projects with c# behind. One is an interface with options to create new users etc, the other is a reporting interface. I would like users to be able to click on links from the admin interface and go to the reporting interface.
It doesn't really matter if its with a button or a link, just so long as the navigation is there. A link is preferable, but again, so long as it works, I'll be happy.
I have added both projects to the solution, and added the reporting interface to the references of the admin interface.
Any one know how to make this happen?
Thanks!