Re: Retrieving Information from a URL
- From: "Patrick.O.Ige" <patrickige@xxxxxxxxxxxxxxx>
- Date: Thu, 3 Nov 2005 21:06:24 +1100
Adding to Curt's advice you can also make use of session or make use of the
context collection e.g at :-
http://aspnet101.com/aspnet101/tutorials.aspx?id=20
Hope that helps
Patrick
"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:FD1D3597-5099-4BA9-BC8E-0E4F4B900DE2@xxxxxxxxxxxxxxxx
> Request.QueryString("conf")
>
> --
> Curt Christianson
> site: http://www.darkfalz.com
> blog: http://blog.darkfalz.com
>
>
>
> "Dave Harrington" wrote:
>
> > Hello All -
> >
> > I'm trying to accomplish something pretty easy but I'm stuck.
> >
> > I'm trying to set up e-mail based authentication. When a user is added
to
> > the DB I've created, they're e-mailed a URL with a confirmation number
in
> > it, something like:
> >
> > http://www.mywebsite.com/confirm.aspx?conf=877650
> >
> > When they go to the page confirm.aspx, I'd like to be able to pull
"877650"
> > out of the URL and have their information display from that record in a
db.
> >
> > How can I do this???
> >
> >
> > Thanks!!!
> >
> > Dave
> >
> >
> >
.
- Prev by Date: Re: Populating a DB from a DropDownList Control
- Next by Date: RE: C#.NET Application - Could not establish secure channel for SSL/TL
- Previous by thread: Re: Validating a checkbox
- Next by thread: RE: C#.NET Application - Could not establish secure channel for SSL/TL
- Index(es):
Relevant Pages
|