I use c# and usually program winform/desktop applications. But; now I'm asked to develop some ASP.Net projects. So here goes my newbie question:
I'm developing this project for device (lets say) 'Protoype X' and it has manufacturer provided .Net api. This api fires events (which I shoud subscribe to) upon receiving some special -signal- from the device in real world. What I want/asked to do is, update the asp page (which the user sees) with proper information when this event is fired. By update I mean also refreshing user's page if possible at all... How do I do this in asp.net?