Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 1.1
This is the forum to discuss the Wrox book Beginning ASP.NET 1.1 with Visual C#.NET 2003 by Chris Ullman, John Kauffman, Chris Hart, Dave Sussman, Daniel Maharry; ISBN: 9780764557088
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 1.1 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 10th, 2005, 11:24 AM
Authorized User
 
Join Date: Aug 2005
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default Hyperlink Column in Datagrid

Hello all,

I was wondering if anyone knows how to make a column in a datagrid have hyperlin k. The database would be Microsoft Access. Does the hyperlink have to be specified in Access or in ASP.net. If anyone can give me an exampleI would appreciate it.

AS well, make a Memo field in access. Does anyone knoe how to have some sort of formatting when I bring it in to ASP.net as a datagrid. Suc tings limke a paragraph or a bold line of text.

thanks,

Ray

 
Old December 2nd, 2005, 03:23 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,348
Thanks: 0
Thanked 5 Times in 5 Posts
Default

You can create a hyperlink column using the property builder, or you can create a template column and add a hyperlink to it.

Jim

 
Old June 16th, 2006, 03:51 AM
Registered User
 
Join Date: Jun 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

yes.
use
<asp:HyperLinkColumn></asp:HyperLinkColumn>
or
<Columns>
<asp:TemplateColumn>
<asp:HyperLink></asp:HyperLink>
</asp:TemplateColumn>
</Columns>






Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing Datagrid with hyperlink column shs BOOK: Beginning ASP.NET 1.0 0 October 24th, 2004 12:13 AM
Datagrid Button/Hyperlink Column snowydust VB How-To 0 September 6th, 2004 02:14 AM
Hyperlink column in datagrid not working ltdanp21 General .NET 1 July 13th, 2004 03:04 PM
DataGrid hyperlink column error burdickdave ASP.NET 1.x and 2.0 Application Design 3 February 26th, 2004 03:41 PM





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