hi
how i can bind <a href="?"> from database?
thanks
Add runat = "server" to anchor Tag
<a id = "anchor" runat = "server" />
And then in code
anchor.HRef = "http://aspforums.net";
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.