Can I use the .showModalDialog command in ASP to display
and asp.net page and pass arguments?

Re: How to send an argument from and asp page to an asp.net page by Scott

Scott
Fri Jan 09 09:42:43 CST 2004

.showModalDialog is not a part of Classic ASP. If you need to pass a value
from Classic ASP to ASP.NET, you can use the querystring, cookies or a
database form of state management.


"Lynette" <anonymous@discussions.microsoft.com> wrote in message
news:0aba01c3d6c6$43afcfd0$a601280a@phx.gbl...
> Can I use the .showModalDialog command in ASP to display
> and asp.net page and pass arguments?