I have a website that currently has a data grid on a page called "data_manager.aspx". I am adding a new data grid page called "data_manager2.aspx", but I want the user to choose which page to view when the menu link is clicked.
1) When a user clicks the data manager menu option, it will launch a radWindow Modal that asks them which page they want to view.
2) When the user clicks the link to the page he/she wants to view, the modal window closes and the parent window directs to the appropriate page.
3) Query strings must pass between the parent to the rad modal back to the new parent when the selection is made.
Ideas on how to do this?
1) When a user clicks the data manager menu option, it will launch a radWindow Modal that asks them which page they want to view.
2) When the user clicks the link to the page he/she wants to view, the modal window closes and the parent window directs to the appropriate page.
3) Query strings must pass between the parent to the rad modal back to the new parent when the selection is made.
Ideas on how to do this?