Navigating on click event
am 31.12.2007 01:35:31 von Tor Inge RislaaI 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
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
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>
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
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>
Thank you both for useful hints!
"Tor Inge Rislaa"
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
>
>
>
>