I've just started using .NET (C#). I've got a simple horizontal text display, using the <asp:HyperLink> control, which is databound to a SQL Stored proc.
When I run it, the text displays, though only as normal text, not Hyperlink text. Also, more worryingly, when I View Source in the browser (IE 7), the actual code for the HyperLink code is showing up (ie. it shows <asp:HyperLink> instead of <a>). Why would it not render?!
When I run it, the text displays, though only as normal text, not Hyperlink text. Also, more worryingly, when I View Source in the browser (IE 7), the actual code for the HyperLink code is showing up (ie. it shows <asp:HyperLink> instead of <a>). Why would it not render?!