Thanks
On Sep 11, 6:53 am, brwalias <brwal...@gmail.com> wrote:
> I'm new to .net and am trying to figure out how to have my
> <asp:Button /> link to a another page likehttp://yahoo.comusing an
Public Sub Redirect(ByVal sender As System.Object, ByVal e As
System.EventArgs)
Server.Transfer("http://blah.com",true)
End Sub
On Sep 10, 11:53 pm, brwalias <brwal...@gmail.com> wrote:
> I'm new to .net and am trying to figure out how to have my
> <asp:Button /> link to a another page likehttp://yahoo.comusing an
On Sep 11, 3:53 am, brwalias <brwal...@gmail.com> wrote:
> I'm new to .net and am trying to figure out how to have my
> <asp:Button /> link to a another page likehttp://yahoo.comusing an