P
Paul W Smith
I would like to amend the code below to produce a url of:
{TeamName}.aspx rather than Teampage.aspx?TeamName={TeamName}
What chnages do I need to make to achieve this?
<asp:HyperLinkField
datatextfield="TeamName"
datanavigateurlfields="TeamName"
datanavigateurlformatstring="Teampage.aspx?TeamName={0}" >
<ItemStyle Font-Bold="True" Font-Size="16pt" ForeColor="#000066"
HorizontalAlign="Left" />
</asp:HyperLinkField>
{TeamName}.aspx rather than Teampage.aspx?TeamName={TeamName}
What chnages do I need to make to achieve this?
<asp:HyperLinkField
datatextfield="TeamName"
datanavigateurlfields="TeamName"
datanavigateurlformatstring="Teampage.aspx?TeamName={0}" >
<ItemStyle Font-Bold="True" Font-Size="16pt" ForeColor="#000066"
HorizontalAlign="Left" />
</asp:HyperLinkField>