473,320 Members | 1,887 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Creating HTML for A Tag

In ASP.Net is there some classes and methods which can be used to generate
HTML for an A tag?
Nov 18 '05 #1
5 921
will the
<asp:Hyperlink...>
control work for you? Otherwise just use an <asp:Label...> and build the
HREF tag yourself.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Robin" <ro*******@hotmail.com> wrote in message
news:uW**************@TK2MSFTNGP11.phx.gbl...
In ASP.Net is there some classes and methods which can be used to generate
HTML for an A tag?

Nov 18 '05 #2
I need to create the HTML in the code behind page and output it as part of
an unbound datagrid.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
will the
<asp:Hyperlink...>
control work for you? Otherwise just use an <asp:Label...> and build the
HREF tag yourself.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Robin" <ro*******@hotmail.com> wrote in message
news:uW**************@TK2MSFTNGP11.phx.gbl...
In ASP.Net is there some classes and methods which can be used to generate HTML for an A tag?


Nov 18 '05 #3
On Thu, 8 Jul 2004 19:55:33 +0100, "Robin" <ro*******@hotmail.com>
wrote:
I need to create the HTML in the code behind page and output it as part of
an unbound datagrid.


a LinkButton

-Adam
Nov 18 '05 #4
or template column

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
<as******@inlandkwpp.com> wrote in message
news:ej********************************@4ax.com...
On Thu, 8 Jul 2004 19:55:33 +0100, "Robin" <ro*******@hotmail.com>
wrote:
I need to create the HTML in the code behind page and output it as part ofan unbound datagrid.


a LinkButton

-Adam

Nov 18 '05 #5
Hi Robin,

use System.Web.UI.HtmlControls.HtmlAnchor

Sunny

In article <uM**************@TK2MSFTNGP09.phx.gbl>, robin9876
@hotmail.com says...
I need to create the HTML in the code behind page and output it as part of
an unbound datagrid.

"Curt_C [MVP]" <software_AT_darkfalz.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
will the
<asp:Hyperlink...>
control work for you? Otherwise just use an <asp:Label...> and build the
HREF tag yourself.

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com
"Robin" <ro*******@hotmail.com> wrote in message
news:uW**************@TK2MSFTNGP11.phx.gbl...
In ASP.Net is there some classes and methods which can be used to generate HTML for an A tag?



Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: Joshua Beall | last post by:
Hi All, I am working on a registration system, and one of the things I am going to need to be able to do it setup the database tables for each event that I have registration for. Normally I...
4
by: Francois Keyeux | last post by:
hello everyone: i have a web site built using vbasic active server scripting running on iis (it works on either iis 50 and 60, but is designed for iis 50) i know how to create a plain text...
2
by: Pawan | last post by:
Hi Guys, I have this current assignment where I have to develop online forms for local municipal authorities. I have to use adobe acrobat to create online forms from PDFs (which I have never done...
2
by: LIN | last post by:
Hello, Greetings. I am creating a web site which will contain lot of articles. I had been planning to create simple HTML page on the server everytime i posted a article (eg. article12.html )....
12
by: enak | last post by:
I have found some code that shows how to convert an html form to Word. The message said to simply put the following in the Page_load: Response.ContentType = "application/ms-word"...
2
by: Patrick | last post by:
I want to define a set of web-form templates in XML and render the equivalent web-form with ASP.NET, then process any input server controls on the form. Reading the XML file from Page_load is...
15
by: David Thielen | last post by:
Hi; My ASP.NET app (C# calling J# under .net 2.0) creates a png file in a subdirectory to display as part of the created page. However, the bitmap will not display due to a security violation. ...
5
by: sam | last post by:
Hi all, I am dynamically creating a table rows and inerting radio buttons which are also dynamically created. Everything works fine in Firefox as expected. But I am not able to select radio...
9
by: Joe Penora | last post by:
Hi All, How to add the HTML script when creating new ASPX page. After it is done I may need to add some Meta tags etc... but the html script is not there. Is there an option in the ASP.NET...
5
eragon
by: eragon | last post by:
I wrote this function to create a new file when the user posts in my forums, and its not creating a new file, can you help me? this script is not copyrighted as the last one. function...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.