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

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.
 
B

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?

Regards,
bhawin13
 
B

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
 
E

Eliyahu Goldin

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top