Hey guys, Here's my problem:
I have do create a menu/list of actions (which would be easier if made with a control that accepts a DataSource, like listview or even Gridview with templated collumns).
Each of this actions need a specific form to be exectuted, and I've already created all these forms in separated aspx pages.
The question is: what would be the best way to load these pages/forms inside a div when I select any action in the list, without making a page refresh or using iframes?