I have two pages – page1.aspx and page2.aspx. These two pages are used by distinct users. In page1.aspx there is a list of items.
When the page1.aspx user click on a item in the list the page2.aspx user will see a messagebox showing the item name but the page1.aspx will not be redirected to page2.aspx or any other pages. How can I do that? Thanks in advance for any suggestions.