navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Populating textboxes - %20 ??

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> Populating textboxes - %20 ??
Page: [1]
 
willard31

 

Posts: 8
Joined: 11/10/2004
Status: offline

 
Populating textboxes - %20 ?? - 11/18/2004 11:44:41   
I have a form set up for editing an Access database. When the form loads, values are populated in the textboxes from the database and then the user can change them and submit changes.

Problem: The data in the textboxes displays a "%20" anywhere that there is a space.

Any suggestions?
willard31

 

Posts: 8
Joined: 11/10/2004
Status: offline

 
RE: Populating textboxes - %20 ?? - 11/18/2004 11:53:32   
Disregard previous question.

I just figured out that <%=FP_FieldHTML(fp_rs,"PhoneNumber")%> instead of <%=FP_FieldLink(fp_rs,"PhoneNumber")%> solves the problem.


(in reply to willard31)
rdouglass

 

Posts: 9280
From: Biddeford, ME USA
Status: offline

 
RE: Populating textboxes - %20 ?? - 11/18/2004 12:29:42   
quote:

<%=FP_FieldHTML(fp_rs,"PhoneNumber")%>


Most times (if I use the DRW), I usually change it to just Field as in:

<%=FP_Field(fp_rs,"PhoneNumber")%>

Then I don't have to worry 'bout the fp bots doing anything funny like that....

</$.02>

_____________________________

Don't take you're eye off your final destination.

ASP Checkbox Function Tutorial.

(in reply to willard31)
Page:   [1]

All Forums >> Web Development >> ASP and Database >> Populating textboxes - %20 ??
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts