Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Linking to Another Web Site in ASP.Net
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Linking to Another Web Site in ASP.Net

 Post Reply Post Reply
Author
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Topic: Linking to Another Web Site in ASP.Net
    Posted: 13 October 2004 at 12:25pm

I've been trying to figure out how you can put a link to another web site that is in a field from a database. But I am not sure how to do this. I am not sure if hyperlink control is the solution.

Here's my code for a datalist:

<b><a href='<%# DataBinder.Eval (Container.DataItem, "WebSite", "WebSite") %>'>
             Go To Web Site &nbsp;<%# Databinder.Eval(Container.DataItem, "WebSite") %></b></a>

I've solved the problem. See the next posting for more information about how I got it working.



Edited by Misty
Back to Top
Misty View Drop Down
Senior Member
Senior Member
Avatar

Joined: 06 February 2002
Location: United States
Status: Offline
Points: 711
Post Options Post Options   Thanks (0) Thanks(0)   Quote Misty Quote  Post ReplyReply Direct Link To This Post Posted: 13 October 2004 at 4:22pm

I finally got it to work after changing my code to:   <p> <a href='<%# DataBinder.Eval (Container.DataItem, "WebSite")  %>'><b>
                     Go To Web Site
                     </b></a>

I also figured out how to display an email address from a database. The code is something like: <a href='mailto:<%# DataBinder.Eval (Container.DataItem, "Email") %>'><b>
                     Email
                     </b></a>



Edited by Misty
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.