passing in parameters

T

Tommy

i'm new to asp.net, and i need to create a link in an email that will
pass to a web page the email address as a parameter. I'm not sure how
to grab the parameter from the web page? thanks!
 
T

Tommy

thanks for the help, but i'm getting an error with
Request.QueryString("email");
QueryString is underlined in blue and it says denotes a property where a
method was expected?
 
C

Curt_C [MVP]

my bad... mixing ASP and ASP.NET again... [] not ()

--
Curt Christianson
Owner/Lead Developer, DF-Software
Site: http://www.Darkfalz.com
Blog: http://blog.Darkfalz.com


bruce barker said:
in c# its:

string Email = Request.QueryString["email"];


Tommy said:
thanks for the help, but i'm getting an error with
Request.QueryString("email");
QueryString is underlined in blue and it says denotes a property where a
method was expected?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,562
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top