Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.0 and 1.1 Basics
|
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 April 28th, 2004, 08:38 PM
Authorized User
 
Join Date: Mar 2004
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi, Peter,
I fixed myself.
the correct one is
NavigateUrl='<%# DataBinder.Eval(Container.DataItem, "Professor_email", "mailto:{0}") %>'
Thanks anyway.
Ray


 
Old September 11th, 2006, 03:02 AM
Registered User
 
Join Date: Sep 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

you can use "add new literalcontrol(hyperlink)" also

 
Old May 30th, 2007, 10:37 AM
Registered User
 
Join Date: May 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hey, I need to make website links actual links within the datagrid. Not like email links ... http://... how do i do that... It is an editable datagrid.
below is the column i need it for

<asp:TemplateColumn HeaderText="Link">
                                    <ItemTemplate>
                                        <asp:Label id="lblSOURCE_LINK" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.SOURCE_LINK") %>'>
                                        </asp:Label>
                                    </ItemTemplate>
                                    <EditItemTemplate>
                                        <asp:TextBox id="txtSOURCE_LINK" runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.SOURCE_LINK") %>'>
                                        </asp:TextBox>
                                    </EditItemTemplate>
                                </asp:TemplateColumn>



thanks a lot







Similar Threads
Thread Thread Starter Forum Replies Last Post
Passing value from HyperLinkColumn to UserControl 62vette ASP.NET 1.0 and 1.1 Basics 0 April 19th, 2006 06:16 AM
HyperLinkColumn amantona Classic ASP Professional 2 April 5th, 2004 08:35 AM
HyperLinkColumn amantona ASP.NET Espanol 0 April 5th, 2004 03:35 AM
<asp:HyperLinkColumn > aadz5 ASP.NET 1.0 and 1.1 Basics 0 October 27th, 2003 04:56 PM





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