I want to add a span with code behind to a itemTemple (inside a gridview)
<itemTemplate>
// Here i want a span build up with code behind
<asp:HyperLink ID="hyperlinkID" runat="server">#</asp:HyperLink>
</itemTemplate>
Is this even posible or do i need to declare a placeholder in the aspx.