|
How to avoid using asp:Hyperlink completely on my page without compromising the flexibility of controlling the redirect url?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET HyperLink
In case we want to avoid asp:HyperLink control on the page (generally for performance reason) but
want to maintain the flexibility that comes with the asp:HyperLink control, we can use this approach.
|