|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello friends,
I have a small issue I have to pass the valut of an HTML text box through POST method but for some reason i m unable to get that value through Response.Form of asp I have to get the value by response.querystring but for that i need to send that value through parameter in URL i dont know how to pass that value of textbox through parameter by post method thanx in advance Rahul
__________________
Rahul Small things lead to perfection and perfection is not a small thing. |
|
#2
|
|||
|
|||
|
Try to use Request.Form("text_box_name_here").
|
|
#3
|
|||
|
|||
|
Thanx for the reply
I need to use Request.Binaryread for some reason, and Request.Binaryread does not work after Request.Form that is why i need to know that how can i pass parameter thanx again Rahul |
|
#4
|
|||
|
|||
|
Why do you need to use request.binaryread()?
Request.Form("text_box_name_here") will retrieve the value of your textbox just fine. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > A Small issue with HTML and ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|