Open a new browser window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • waveman

    Open a new browser window

    Hi all,
    I currently have an issue trying to have a button in a datagrid, to open a
    webpage in a new browser window.

    Right now the only method I know to navigate to a new page (in code behind)
    is response.redire ct(url).

    My problem is that I don't know how to give this a target.

    Any help would be appreciated.
    -waveman3d


  • Randy Birch

    #2
    Re: Open a new browser window

    VBnet provides Intermediate and Advanced Win32 API code for VB developers. Comprehensive Code, FAQ, Developers Resources & News, alphabetical API/Type/Constant/Method Index, along with the largest Visual Basic-related links list on the net.


    --

    Randy Birch
    MVP Visual Basic

    Please respond only to the newsgroups so all can benefit.

    There's no place like 127.0.0.1


    "waveman" <sjleary@cox.ne t> wrote in message
    news:yLlMb.1005 4$6l1.9027@okep read03...
    : Hi all,
    : I currently have an issue trying to have a button in a datagrid, to open a
    : webpage in a new browser window.
    :
    : Right now the only method I know to navigate to a new page (in code
    behind)
    : is response.redire ct(url).
    :
    : My problem is that I don't know how to give this a target.
    :
    : Any help would be appreciated.
    : -waveman3d
    :
    :


    Comment

    Working...