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

ASP Form & TextArea

Hi,

I've created a form that has a 3 fields.

2 textboxes (username & password)
1 TextArea (notes)

I have linked this to an access DB.

This is working well, the user enters thier Username & password, fills
in the notes field and the notes are then updated, as follows:

username - notes..notes..notes..notes..notes..
ie: Bob D - This a sample note.

This displays in the textarea fine.

Is there anyway to write the Username in Bold ?

Either

Using <b>username</b> and entering it into the DB, but how do I
display the username bold in the textarea.

Or Any other ideas ??

Thanks
Jul 19 '05 #1
2 1841
TomT wrote on 24 aug 2004 in microsoft.public.inetserver.asp.general:
I've created a form that has a 3 fields.

2 textboxes (username & password)
1 TextArea (notes)

I have linked this to an access DB.

This is working well, the user enters thier Username & password, fills
in the notes field and the notes are then updated, as follows:

username - notes..notes..notes..notes..notes..
ie: Bob D - This a sample note.

This displays in the textarea fine.

Is there anyway to write the Username in Bold ?

Either

Using <b>username</b> and entering it into the DB, but how do I
display the username bold in the textarea.

Or Any other ideas ??


This is clientside coding. Has nothing to do with serverside ASP.

ASP dos not know about textboxes and textarea's

Please ask a clientside group. [HTML, Javascript, etc]

--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Jul 19 '05 #2
On Tue, 24 Aug 2004 10:10:17 +0000 (UTC), TomT <to**@adslweb.co.uk>
wrote:
Hi,

I've created a form that has a 3 fields.

2 textboxes (username & password)
1 TextArea (notes)

I have linked this to an access DB.

This is working well, the user enters thier Username & password, fills
in the notes field and the notes are then updated, as follows:

username - notes..notes..notes..notes..notes..
ie: Bob D - This a sample note.

This displays in the textarea fine.

Is there anyway to write the Username in Bold ?

Either

Using <b>username</b> and entering it into the DB, but how do I
display the username bold in the textarea.

Or Any other ideas ??


Two of them. The first is never to store formatting in the database.
Content yes, presentation, no. Otherwise when you decide to not have
it bold and instead use a CSS style, you have to search and replace
every potential field in the database instead of just changing your
output template.

The second is that this is very simple to do -- on the client. You
can't do it with ASP, so check a client side group, HTML or CSS, for
info on how to do this.

Jeff
Jul 19 '05 #3

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

Similar topics

4
by: Nomen Nescio | last post by:
can anyone be so kind as to look at http://www.mysolution.ws/HYPOCRITE.php and let me know why it isn't passing the form data to http://www.mysolution.ws/insertHYPOCRITES.php for the most...
9
by: Hal Halloway | last post by:
I want a text editor inside a form's textarea, So I would see html markup and html entities - just like a text editor. I also would want to be able to edit it all just like a text editor - this...
2
by: Eric Osman | last post by:
Hi, I'm looking for a javascript function that will convert input such as this: <CLUB Code=" into this: &lt;CLUB Code=&quot;
1
by: Terence Parker | last post by:
I have a form which enables users to type in some text in a <TEXTAREA>, allowing them to use HTML. I have defined two submit buttons - one to submit as usual, but one which I would like to popup...
11
by: Jeremy | last post by:
How can one stop a browser from converting &amp; to & ? We have a textarea in our system wehre a user can type in some html code and have it saved to the database. When the data is retireved...
14
by: Arne | last post by:
A lot of Firefox users I know, says they have problems with validation where the ampersand sign has to be written as &amp; to be valid. I don't have Firefox my self and don't wont to install it only...
6
by: Tony | last post by:
The w3schools HTML tag reference for <textarea> http://www.w3schools.com/tags/tag_textarea.asp says that the attributes 'cols' and 'rows' are REQUIRED attributes for the textarea tag. Looking at...
25
by: Wim Cossement | last post by:
Hello, I was wondering if there are a few good pages and/or examples on how to process form data correctly for putting it in a MySQL DB. Since I'm not used to using PHP a lot, I already found...
18
by: Diogenes | last post by:
Hi All; I, like others, have been frustrated with designing forms that look and flow the same in both IE and Firefox. They simply did not scale the same. I have discovered, to my chagrin,...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...

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.