Thursday, March 22, 2012

Newby Question

I need to pass a value from a URL in an e-mail message that contains a ticket number that will be picked up as a variable in an ASPX page. Can anyone give me the syntax for this?

I need to know how to format it correctly on the URL in the e-mail, and assign that number to a variable in the ASPX page.

Thanks!
Chrishttp://www.example.com?ticketID=x823Y230


Dim strTicketID as string
strTickedID = request.querystring("ticketID")

Thanks - worked like a charm!

0 comments:

Post a Comment