|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
textaarea <- data how to
Hello
With input text we have value=<%=rs("xpto")%> Doesn’t have value attribute like input text has. So how can I put data from db there
__________________
atferraz |
|
#2
|
||||
|
||||
|
like this:
Code:
<textarea name="something"><%=rs("xpto")%></textarea>
|
|
#3
|
|||
|
|||
|
thanks, it work just fine
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > textaarea <- data how to |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|