Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing parameters
Message
 
À
04/03/2001 20:43:47
Fausto Garcia
Independent Developer
Lima, Pérou
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00481783
Message ID:
00482581
Vues:
11
There are two ways
#1 in url
mypage.asp?param1=str1¶m2=str2

request.querystring("param1").item returns str1
request("param2") returns str2

#2 submit from form
form action="mypage.asp"
input type="textbox" name="text1"

in mypage.asp
request.form("text1").value or request("text1") returns whatever the user typed in

check out asp101.com or 15seconds.com
Hope this helps.

By the way, what is it like being a programmer in Peru? Can someone make a living by being just a programmer?


>I am new developing ASP pages. How can I pass and retrieve parameters between ASP pages?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform