Problems with Repeater

  • Thread starter Thread starter Luke Davis
  • Start date Start date
L

Luke Davis

I'm trying to put this in a Repeater and it's not working it says
HyperLinkField does not exist, if it really doesn't exist then what do I use
that can do basically this:

<asp:HyperLinkField DataNavigateUrlFields="City,State,ZipCode,MedianSales"
DataNavigateUrlFormatString="template.aspx?city={0}&ampstate={1}&ampzipcode={2}&ampMedianSales={3}"
DataTextField="State" />

Thanks,

Luke Davis, MCSE: 2003
 
Even though it is not included in the example I did include it in the
script. Any other ideas?
 
Back
Top