Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 6th, 2006, 10:32 AM
Friend of Wrox
 
Join Date: Aug 2006
Posts: 107
Thanks: 0
Thanked 0 Times in 0 Posts
Default hyperlink not displaying.. please see

hi all,

i placed a hyperlink in webform , and added that to a labelcontrol for dispaly
i want that hyperlink to navigate to another webform, based on a parameter("here Model Number")

now i am getting the text of hyperlink only, not the underline, which indicates, the control is a hyperlink

can anyone please see this and help me

thanks in advance

code


Dim hp As New HyperLink
           Dim bc As New HyperLinkColumn

           hp.Text = "ADD TO CART"
           Label5.Controls.Add(hp)
           bc.DataNavigateUrlField = " [Model Number]"
           bc.DataNavigateUrlFormatString = "http://localhost/shoppingcart2appVB/webform3.aspx?id={0}"









Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink not a Hyperlink? SBCUser666 Access VBA 0 March 5th, 2008 07:01 PM
How we can use hyperlink nagham Crystal Reports 0 February 9th, 2007 03:51 AM
hyperlink hyperlink sbhandar Classic ASP Basics 6 August 26th, 2004 02:04 AM
Hyperlink viktor26 Classic ASP Basics 0 October 19th, 2003 09:48 AM
Hyperlink CW Classic ASP Databases 5 September 17th, 2003 06:45 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.