473,326 Members | 2,655 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,326 software developers and data experts.

Add link to Next Line

Ros
Peeps,
I'm able to generate the links... but i would like to put each link on a
line after line.

this is in the default.aspx.vb

Dim lnk As New HyperLink
....
panel.controls.add(lnk)

but the links are added on the same line and/or wordwrap to the next line. i
had tried control.rendercontrol, but no such luck and if that is actually
what i need to work with.

Any direction and/or sample codes would help.
Thanks in advance
Ros
Jul 7 '06 #1
2 1277
Hello Ros,
Peeps,

I'm able to generate the links... but i would like to put each link on
a line after line.

this is in the default.aspx.vb

Dim lnk As New HyperLink
....
panel.controls.add(lnk)
but the links are added on the same line and/or wordwrap to the next
line. i had tried control.rendercontrol, but no such luck and if that
is actually what i need to work with.

Any direction and/or sample codes would help.
Try adding a break return (br) tag after each link

parent.controls.Add(new WebControl(HtmlTextWriterTag.Br))

--
Jared Parsons [MSFT]
ja******@online.microsoft.com
All opinions are my own. All content is provided "AS IS" with no warranties,
and confers no rights.
Jul 7 '06 #2
Ros
thank Jared. That worked great.

Ros

"Jared Parsons [MSFT]" wrote:
Hello Ros,
Peeps,

I'm able to generate the links... but i would like to put each link on
a line after line.

this is in the default.aspx.vb

Dim lnk As New HyperLink
....
panel.controls.add(lnk)
but the links are added on the same line and/or wordwrap to the next
line. i had tried control.rendercontrol, but no such luck and if that
is actually what i need to work with.

Any direction and/or sample codes would help.

Try adding a break return (br) tag after each link

parent.controls.Add(new WebControl(HtmlTextWriterTag.Br))

--
Jared Parsons [MSFT]
ja******@online.microsoft.com
All opinions are my own. All content is provided "AS IS" with no warranties,
and confers no rights.
Jul 7 '06 #3

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

Similar topics

26
by: Harrie | last post by:
Hi, After Brian mentioned the use for <link rel=..> for navigational purposes in another thread, I've been looking into it and found that HTML 3.2 has two other recognized link types than HTML...
7
by: berkay | last post by:
i have a txt file; berkay#white jack#black smith#jane writes in it. and after i run the program it only prints smith jane and crashes what is wrong?
8
by: sudhirlko2001 | last post by:
How to swap two nodes of doubly Linklist
1
by: pemigh | last post by:
I'm almost done with an application, and trying to lock it down tightly. But I still want users to be able to point to a new location for the data file. The code below fires off to detect and...
2
by: spidey12345 | last post by:
what i need this program to do is to read paragraphs like "st blah blh test ere se sit blha eere w" and then it will reformat to "st blah...
9
by: incredible | last post by:
how to sort link list of string
13
by: Casimir Pohjanraito | last post by:
I have a list of links, with a thumbnail image hidden(resized) next to the link. Complete html&css at end of this post. CSS for the link resizes the image on a:hover. All is good, except the...
3
by: Kane | last post by:
When you create node 1 you allocate memory and link it Again when you create node 2 you would allocate memory for that node in a different section of the code. Is there more efficient way where I...
36
by: pereges | last post by:
Hi, I am wondering which of the two data structures (link list or array) would be better in my situation. I have to create a list of rays for my ray tracing program. the data structure of ray...
0
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: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
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...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
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
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.