|
| |
|
|
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.
|
|
|
|
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.
|
|
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
|
|
|