Creating HTML for A Tag

  • Thread starter Thread starter Robin
  • Start date Start date
R

Robin

In ASP.Net is there some classes and methods which can be used to generate
HTML for an A tag?
 
will the
<asp:Hyperlink...>
control work for you? Otherwise just use an <asp:Label...> and build the
HREF tag yourself.
 
I need to create the HTML in the code behind page and output it as part of
an unbound datagrid.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top