How to send an argument from and asp page to an asp.net page

  • Thread starter Thread starter Lynette
  • Start date Start date
L

Lynette

Can I use the .showModalDialog command in ASP to display
and asp.net page and pass arguments?
 
..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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top