Mvc Modal Dialog problem

Mvc Modal Dialog problem

Hi All,

I am using MVC. I have a jquery modal dialog in one of my views. I open this dialog by clicking a link, then the dialog is filled with external information from another view. I load this data into the div, and the dialog shows it correctly.

My problem is, i have loaded this external data into the modal dialog. The modal dialog containt a button to search for data. When this button is pressed, i want to stay in the model dailog and show the search results.

But the search results are shown in a new page, not in the dialog. Anyone ideas how i can show the data from a view in the modal dialog after a postback?

Thanks inadvance!
Nathalia.