|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
| View Poll Results: How many think this is helpfull? | |||
| Everybody | | 1 | 100.00% |
| Most of them | | 0 | 0% |
| Rest of them | | 0 | 0% |
| Nobody | | 0 | 0% |
| Voters: 1. You may not vote on this poll | |||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
What I want to do is pass a Field value directly from the URL to the webpage content, but it's getting stuck and sometimes no values get passed?
For eg: Suppose my site is www.mysite.com/member.asp?id=25 I want the 25 to be placed somewhere on the member.asp page when the above url is hit. I have tried <% =id %> I have also tried <% =Request.Form("id") %> Kindly somebody help me out immediatly, Abhi. |
|
#2
|
|||
|
|||
|
Try <%=Request.QueryString("id") %>.
You'll get it!
__________________
KhoSroW. |
|
#3
|
|||
|
|||
|
Thanks Pestilencia - That did solve my problem.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Help - Got Stuck!! Passing a Field Value to Page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|