displaying a web form in a dialog box

rexy

New Member
I have built a web application using ASP.NET (C#).<BR><BR>By clicking a button (, link, ...) in a web form (customerList.aspx) I would like to be able to view the content of another web form (credit.aspx) in some sort of (preferably Modal) dialog box.<BR><BR>I've tried to create a form programmically and use it's showDialog()-function, but that doesn't seem possible in a web application.<BR><BR>Does anyone have any other ideas that could solve my problem?<BR><BR>tnx Lana<BR>
 
Back
Top