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