Framwerwork for developing a dashboard whcih has data from multiple applications.
--------------------------------------------------------------------------------
The idea is to display the information from different applications in a single page as single application in a dashboard view. Each application is to be shown as widget.Something like igoogle where we have information from different applications in a dashboard view,related to particular user.Once we click the widget the information should be displayed in the same page.
I know that prism does that but not sure if the applications can be shown as widget view?
Re: Framwerwork for developing a dashboard whcih has data from multiple applications.
The subject of your thread sounded so complicated that first I was scared to open it.."framework, develop dashboard, data from multiple application..." :-)
I think you can use events like MouseHover/MouseOver/MouseClick once you show data in listView. In the event handler you can find position of mouse and specific row number. You can use mouse position as reference point for showing widget (by using picture box or image)