Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 August 31st, 2003, 09:57 PM
Authorized User
 
Join Date: Aug 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to wenzation
Default TextBox Problem

I can't Request.Form("")...

It's all because of spacing.. let's say my search is "I Love U".

the results page will also consist of a search again function so that the user can ammend on his/her search text inputted in previous page.
However, the Text left in the textbox in results page is only "I" beacuse of the spacing...

How do i solve this problem?

i'm a beginner, hoping to learn more.. please help... thanks a lot
__________________
i\'m a beginner, hoping to learn more.. please help... thanks a lot
 
Old August 31st, 2003, 10:00 PM
Authorized User
 
Join Date: Aug 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to wenzation
Default

i just wan to know what are the properties of the text box so that i can get the search text input by user in the form page~! Please help!

i'm a beginner, hoping to learn more.. please help... thanks a lot
 
Old September 1st, 2003, 04:19 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,212
Thanks: 0
Thanked 1 Time in 1 Post
Default

you just need to put quotes around the value attribute so it will include the spaces as part of the attribute, example
<input type="text" value=I Love U> displays I
<input type="text" value="I Love U"> displays I Love U
 
Old September 1st, 2003, 10:12 PM
Authorized User
 
Join Date: Aug 2003
Posts: 23
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to wenzation
Default

i got it... thanks a lot...!! :)

i'm a beginner, hoping to learn more.. please help... thanks a lot





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with DateTime and Textbox MAKO C# 5 July 28th, 2006 10:09 AM
Problem with textbox chafor ASP.NET 1.0 and 1.1 Basics 1 January 12th, 2006 11:21 AM
a problem with textbox typing, thanks! raybristol ASP.NET 1.0 and 1.1 Basics 2 December 16th, 2005 06:02 PM
textbox problem dr_luxure VB.NET 2002/2003 Basics 3 April 10th, 2005 03:33 PM
textbox Maxlength problem ashu_gupta75 Classic ASP Basics 5 May 6th, 2004 03:48 AM





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