Navigating on click event

Navigating on click event

am 31.12.2007 01:35:31 von Tor Inge Rislaa

I am sure it is basic nowledge but I simply need the VB code to put into the
click event of a button to navigate to a new web page.



TIRislaa

Re: Navigating on click event

am 31.12.2007 02:34:39 von nemtsev

Hello Tor,

Response.Redirect or Server.Transfer

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


TR> I am sure it is basic nowledge but I simply need the VB code to put
TR> into the click event of a button to navigate to a new web page.
TR>
TR> TIRislaa
TR>

Re: Navigating on click event

am 31.12.2007 09:27:55 von Riki

Or just make it a hyperlink?

--
Riki

Michael Nemtsev [MVP] wrote:
> Hello Tor,
>
> Response.Redirect or Server.Transfer
>
> ---
> WBR,
> Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour
>
> "The greatest danger for most of us is not that our aim is too high
> and we miss it, but that it is too low and we reach it" (c)
> Michelangelo
>
>> I am sure it is basic nowledge but I simply need the VB code to put
>> into the click event of a button to navigate to a new web page.
>>
>> TIRislaa

Re: Navigating on click event

am 31.12.2007 16:49:38 von nemtsev

Hello Riki,

yep, it works the same way

---
WBR,
Michael Nemtsev [.NET/C# MVP] :: blog: http://spaces.live.com/laflour

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo


R> Or just make it a hyperlink?
R>

Re: Navigating on click event

am 01.01.2008 21:26:15 von Tor Inge Rislaa

Thank you both for useful hints!

"Tor Inge Rislaa" skrev i melding
news:%234cXNU0SIHA.5524@TK2MSFTNGP05.phx.gbl...
>I am sure it is basic nowledge but I simply need the VB code to put into
>the click event of a button to navigate to a new web page.
>
>
>
> TIRislaa
>
>
>
>