Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 30th, 2004, 05:11 AM
Authorized User
 
Join Date: Mar 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default Display body of text in Web Form

Hi,

I want to display a body of text with embedded hyperlinks on a web form. How do I do this in VB .NET.

Thanks

Kerry O'Carroll
__________________
Kerry O\'Carroll
 
Old September 30th, 2004, 05:33 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

you can create a label and write the text in that or write directly to the page using Response.Write

Regards
Ganesh
 
Old October 2nd, 2004, 10:35 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Congratulations on posting topic # 20000!!

You shouldn't just use Response.Write. That defeats much of the intent of web forms. Use a label or literal control and assign its text property to the string value you want to display on the page.
 
Old October 3rd, 2004, 04:45 AM
Authorized User
 
Join Date: Mar 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Peter,

Thanks for your advice. I was hoping to avoid using a label as I wanted my text formatted. I can do it with Frontpage so I just cut-n-paste from that (I suppose that is naughty).

Do I get a prise for posting the 20,000th topic!!

Regards

Kerry O'Carroll
 
Old October 3rd, 2004, 11:51 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

Sorry, no prize. :)

Is this static text you are just going to put on a web form? If so you can just put it on there. So I guess in this case, copy and paste is ok.
 
Old October 3rd, 2004, 04:06 PM
Authorized User
 
Join Date: Mar 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Peter,

Thanks. I will continue to cust-and-paste.

Do you know anything about spashes!! If I can find out how they are created, then I can cut-and-paste them.



Kerry O'Carroll
 
Old October 4th, 2004, 12:25 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

"spashes"?
 
Old October 4th, 2004, 04:44 PM
Authorized User
 
Join Date: Mar 2004
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Sorry, I meant Splashes, ie splash screen designs. Maybe they have a more technical name.


Kerry O'Carroll
 
Old October 5th, 2004, 09:03 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

You want a screen splash on a web application???

J
 
Old October 5th, 2004, 04:12 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

A very simple way is to have your default/index page refresh after x seconds. You can do this with a meta tag in the html head.





Similar Threads
Thread Thread Starter Forum Replies Last Post
how to display a unique number in a web form abhishek0807 ASP.NET 2.0 Professional 0 March 4th, 2007 02:12 PM
Displaying a text file in a web form. boksi ASP.NET 1.0 and 1.1 Basics 1 April 18th, 2005 10:54 AM
Display bar code in a Form using user input text? phoenixcu Access VBA 1 June 6th, 2003 02:39 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.