Trying to redesign a page and I don't get to code much anymore so I am quite rusty. I am trying to get the status of a service on a remote network server. I was using the WMI service in ASP and after extensive reading determined that the ServiceController was a better option. I want to change the class of a div depending on the status of the service on Page_Load. This is what I have so far and I am stuck as nothing has worked so far. I will be displaying a green, red, or orange light image on Running, Stopped, Paused events - all other events will be an off light image.Trying to redesign a page and I don't get to co