Hi everyone,
I am trying to create a hyperlink. But is not working (it will point to a website withing my website). Say the website url is: It requests this:
Requested URL: /ASPNET_MasterPages_Tutorial_01_VB/and I want:
Here is my code.
Pampers
Keeping it simple can be complicated
I am trying to create a hyperlink. But is not working (it will point to a website withing my website). Say the website url is: It requests this:
Requested URL: /ASPNET_MasterPages_Tutorial_01_VB/and I want:
Here is my code.
Code:
w: <asp:hyperlink runat="server" text = '<%#Eval("ApartmentWebsite")%>'
Navigateurl= '<%#Eval("ApartmentWebsite")%>'></asp:hyperlink>
Pampers
Keeping it simple can be complicated