Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Trying to append a label to a HyperLinkColumn in a Datagrid?


Message #1 by "Oliver, Wells" <WOliver@l...> on Thu, 7 Nov 2002 09:22:19 -0800
Trying to do this:

<asp:HyperLinkColumn HeaderStyle-CssClass="projectDataHeader"
ItemStyle-CssClass="projectData" HeaderStyl-Width="25" ItemStyle-Width="25"
ItemStyle-HorizontalAlign="Center"  HeaderText="Edit" Text="<img
src='/images/buttons/edititem.gif' border='0' alt='Edit' />"
DataNavigateUrlField="FieldID"
DataNavigateUrlFormatString="edit.aspx?modifyID={0}&section=" + <%#
sectionLabel.Text %> + " />

However, that doesn't work :) Anyone know how to accomplish something like
this? Seems like it should be easy.


Wells Oliver
Web Applications Programmer
Leviton Voice & Data
xxx-xxx-xxxx
http://www.levitonvoicedata.com 


  Return to Index