Navigating on click event

  • Thread starter Thread starter Tor Inge Rislaa
  • Start date Start date
T

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
 
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
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>
 
Back
Top