|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Got a quick question. Im pulling info from SQL and everything seems to come back fine if I just use a simple response.write to display results. However, I want my user to be able to edit it if need be, so I'm trying to show the data in textboxes.
For now, for something like the address (where there are spaces) I only get what would display before the first space. For instance, for address: " 100 Main St.", I would only get the 100. Any ideas? T |
|
#2
|
||||
|
||||
|
you need to surround the value= in quotation marks ... try something like this:
<input type="text" value="<%=rs("address")%>">
__________________
Come JOIN the party!!! Quote of the Month: Retirement: Because you've given so much of yourself to the company that you don't have anything left we can use. Questions to Ponder: What do you do when you see an endangered animal eating an endangered plant? iif([sarcasm]=true,iif([you have to ask]=true,"didn't work","ha ha ha"),"not sarcasm") copyright© 2008 sbenj69 |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Returning data w/ spaces to textbox |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|