Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Generating Hyperlinks


Message #1 by Tom Porter <tporter@e...> on Tue, 30 Jan 2001 11:09:16 -0500
First of all let me begin by saying I am a total newbie to this so please

bear with me:



I'm in the process of creating a Custom Control, actually very similar to

the "My Table Control" (what a coincidence...) in Chapter 7 Building Custom

Controls of Active Server Pages +, but instead of a text box I want to

create hyperlinks for all text that populates the cell. Any suggestions?



......................

Thomas Porter

Web Developer

eLogic Corporation

www.elogic.com

1 Alewife Center

Cambridge, MA 02140

xxx-xxx-xxxx





Message #2 by "Jeffrey Widmer" <jwidmer@o...> on Tue, 30 Jan 2001 11:59:33 -0500
Replace the textboxes with the System.Web.UI.WebControls.Hyperlink control.

Then I think you just have to set the name and the URL property of the

Hyperlink (I forget the exact property names but these are close).

-Jeff





-----Original Message-----

From: Tom Porter [mailto:tporter@e...]

Sent: Tuesday, January 30, 2001 11:09 AM

To: aspx_beginners

Subject: [aspx_beginners] Generating Hyperlinks





First of all let me begin by saying I am a total newbie to this so please

bear with me:



I'm in the process of creating a Custom Control, actually very similar to

the "My Table Control" (what a coincidence...) in Chapter 7 Building Custom

Controls of Active Server Pages +, but instead of a text box I want to

create hyperlinks for all text that populates the cell. Any suggestions?



......................

Thomas Porter

Web Developer

eLogic Corporation

www.elogic.com

1 Alewife Center

Cambridge, MA 02140

xxx-xxx-xxxx




  Return to Index