Hi,
Im creating a website that will be used to monitor servers, the user can add and remove servers and the servers list will be constantly chaning.
I need to create a generic page to display the monitoring results that will adapt depending on which server the user selects. The graphs and results dispalyed will always be the same however the data will change depending on which server is selected. How would i go about doing this and is there any good examples online?
Would i need to create new pages as servers are loaded? or could i use a master page that changes depending on server?