ASP.NET code to launch new browser session/window?

  • Thread starter Thread starter Rob R. Ainscough
  • Start date Start date
R

Rob R. Ainscough

Response.Redirect seems to only work with current window session -- how can
I use ASP.NET (VB.NET) code to launch my URL in a new browser window?

Thanks, Rob.
 
Hello Rob,

Are you directly binding dataset to grid and then applying filter Or
using dataview to filter data and binding filterd dataview to grid?

Regards,
bhawin13
 
Hello Rob,


Are you directly binding dataset to grid and then applying filter Or
using dataview to filter data and binding filterd dataview to grid?

bhawin13
 
Rob,

Starting a new window is a client-side task. You can choose one of a number
of javascript calls: window.open(..), showModalDialog(..),
showModelessDialog(..).

Eliyahu
 

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