|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how to response and request in asp+?
<i><b>Originally posted by : kamp (kamph@netease.com)</b></i><br />As the title said. Can you give a single simple?<br />cause i never use asp before and am just a beginner.
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : Harinam Prasad (harinam007@usa.net)</b></i><br /><br /><br /><br />hi kamp<br /> response and request are object of asp.<br />Response object to used to send value or variable i,e for print on browser.<br />e'g<br /><%<br /><br />response.write("Hi I am Harinam")<br />%><br />you see here in browser, Hi I am Harinam is Printed.<br /><br />if you want to access the value then we used request.<br /><%<br />request.form("name")<br />%><br />Here name is a text field in form
|
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > how to response and request in asp+? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|