Click here to Skip to main content
15,913,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Crystal Report Hyperlink Pin
Jay_se29-Oct-08 1:20
Jay_se29-Oct-08 1:20 
QuestionUser Management Pin
Pravinc198428-Oct-08 3:52
Pravinc198428-Oct-08 3:52 
AnswerRe: User Management Pin
eyeseetee28-Oct-08 4:42
eyeseetee28-Oct-08 4:42 
QuestionASP.Net Calender Pin
Mbu00728-Oct-08 3:23
Mbu00728-Oct-08 3:23 
AnswerRe: ASP.Net Calender Pin
eyeseetee28-Oct-08 4:43
eyeseetee28-Oct-08 4:43 
GeneralRe: ASP.Net Calender Pin
Mbulelo29-Oct-08 23:32
Mbulelo29-Oct-08 23:32 
QuestionHow do I create an administrator page that controls how users view the website? Pin
Nada Adel28-Oct-08 2:34
Nada Adel28-Oct-08 2:34 
Questionaspx registration page + Email authentication Pin
bonkers12328-Oct-08 1:46
bonkers12328-Oct-08 1:46 
Hi,

A while back I saw a nice walkthrough of a registration page that regiser a user using Memberships and roles classes. I also provided email authentication, whereby a user can authenticate his registered account via email authentication.

The basic concept was to use the ID provided by the Membership classes, and append this info to a link emailed to the user. Hence, data is basically passed in the link. On the page load, this user was basically enabled via the data passed.

So basically you'll have a link like:
http://localhost/Authenticate.aspx?User=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx


and when you receive this link, you basically get the value xxxx-xxxx-xxxx-xxxx-xxxx-xxxx, and enable the user. (Like this)

ActivateUser (Request. QueryString["User"].ToString())


where ActivateUser is a function that accepts the UserID and activates that user.

I know all this sounds dodgy, because you parse the user id, but there is NO way for the user to know that ID, and for him to geuss it, he needs to geuss millions and millions of times...

Can someone perhaps give me a link to a tutorial like this?

Kind regards,
Hugo Human.
AnswerRe: aspx registration page + Email authentication Pin
Eduard Keilholz28-Oct-08 3:58
Eduard Keilholz28-Oct-08 3:58 
GeneralRe: aspx registration page + Email authentication Pin
eyeseetee28-Oct-08 4:44
eyeseetee28-Oct-08 4:44 
AnswerRe: aspx registration page + Email authentication Pin
eyeseetee28-Oct-08 4:47
eyeseetee28-Oct-08 4:47 
GeneralRe: aspx registration page + Email authentication Pin
bonkers12328-Oct-08 22:13
bonkers12328-Oct-08 22:13 
QuestionPop up events Using C# ASP.Net Code Pin
kavitaBC28-Oct-08 0:12
kavitaBC28-Oct-08 0:12 
Answer[Message Deleted] Pin
Parwej Ahamad28-Oct-08 5:58
professionalParwej Ahamad28-Oct-08 5:58 
GeneralRe: Pop up events Using C# ASP.Net Code Pin
kavitaBC6-Nov-08 17:37
kavitaBC6-Nov-08 17:37 
GeneralRe: Pop up events Using C# ASP.Net Code Pin
Parwej Ahamad7-Nov-08 5:23
professionalParwej Ahamad7-Nov-08 5:23 
QuestionSearch date range(VBSCRIPT) Pin
Wiekus27-Oct-08 22:05
Wiekus27-Oct-08 22:05 
Questionhow to install asp.net roles n membership database on remote server Pin
dream_liner_7e727-Oct-08 22:01
dream_liner_7e727-Oct-08 22:01 
AnswerRe: how to install asp.net roles n membership database on remote server Pin
meeram39527-Oct-08 22:07
meeram39527-Oct-08 22:07 
QuestionRe: how to install asp.net roles n membership database on remote server Pin
dream_liner_7e727-Oct-08 23:13
dream_liner_7e727-Oct-08 23:13 
AnswerRe: how to install asp.net roles n membership database on remote server Pin
bonkers12328-Oct-08 1:34
bonkers12328-Oct-08 1:34 
GeneralRe: how to install asp.net roles n membership database on remote server Pin
dream_liner_7e728-Oct-08 2:26
dream_liner_7e728-Oct-08 2:26 
QuestionMaster Page Dropdown Problem! Pin
mr_muskurahat27-Oct-08 21:02
mr_muskurahat27-Oct-08 21:02 
AnswerRe: Master Page Dropdown Problem! Pin
luckeryin27-Oct-08 21:27
luckeryin27-Oct-08 21:27 
QuestionHow to show bargraph in asp.net webpages Pin
Member 395908427-Oct-08 20:48
professionalMember 395908427-Oct-08 20:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.