Click here to Skip to main content
16,005,037 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionlogin control error Pin
rosae61923-Feb-09 22:53
rosae61923-Feb-09 22:53 
AnswerRe: login control error Pin
ABitSmart24-Feb-09 2:36
ABitSmart24-Feb-09 2:36 
QuestionConvert HTML to XML Pin
rhemy23-Feb-09 22:45
rhemy23-Feb-09 22:45 
QuestionMechanism to handle user authentication and authorization Pin
mukkanti00723-Feb-09 21:53
mukkanti00723-Feb-09 21:53 
AnswerRe: Mechanism to handle user authentication and authorization Pin
Expert Coming23-Feb-09 22:21
Expert Coming23-Feb-09 22:21 
GeneralRe: Mechanism to handle user authentication and authorization Pin
mukkanti00724-Feb-09 23:29
mukkanti00724-Feb-09 23:29 
QuestionSimple activation email Pin
netsooz (Amir Hamidi)23-Feb-09 21:52
netsooz (Amir Hamidi)23-Feb-09 21:52 
AnswerRe: Simple activation email Pin
Greg Chelstowski23-Feb-09 22:01
Greg Chelstowski23-Feb-09 22:01 
netsooz (Amir Hamidi) wrote:
1- how can I send activation email (simply?)

Look up System.Web.Mail or System.Net.Mail.
There's loads of Smtp classes in there. And they're fairly simple.

netsooz (Amir Hamidi) wrote:
2- how can I prevent unactivate users from logging in?

Add a bit field in your users table (e.g. IsActive) and set it to true, when the user you're sending an activation email to clicks on the link in that email.

var question = (_2b || !(_2b));

AnswerRe: Simple activation email Pin
Abhijit Jana23-Feb-09 22:04
professionalAbhijit Jana23-Feb-09 22:04 
GeneralRe: Simple activation email Pin
J4amieC23-Feb-09 22:09
J4amieC23-Feb-09 22:09 
GeneralRe: Simple activation email Pin
Expert Coming23-Feb-09 22:12
Expert Coming23-Feb-09 22:12 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:04
J4amieC24-Feb-09 0:04 
GeneralRe: Simple activation email Pin
Abhijit Jana23-Feb-09 22:13
professionalAbhijit Jana23-Feb-09 22:13 
GeneralRe: Simple activation email Pin
Expert Coming23-Feb-09 22:17
Expert Coming23-Feb-09 22:17 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:00
J4amieC24-Feb-09 0:00 
GeneralRe: Simple activation email Pin
J4amieC24-Feb-09 0:02
J4amieC24-Feb-09 0:02 
GeneralRe: Simple activation email Pin
Abhijit Jana24-Feb-09 0:42
professionalAbhijit Jana24-Feb-09 0:42 
QuestionLeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
alvarog0123-Feb-09 21:46
alvarog0123-Feb-09 21:46 
AnswerRe: LeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
Greg Chelstowski23-Feb-09 22:16
Greg Chelstowski23-Feb-09 22:16 
GeneralRe: LeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
alvarog0123-Feb-09 23:20
alvarog0123-Feb-09 23:20 
GeneralRe: LeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
Greg Chelstowski23-Feb-09 23:41
Greg Chelstowski23-Feb-09 23:41 
GeneralRe: LeftMouseUp / LeftMouseDown events for ASP.NET controls Pin
alvarog0124-Feb-09 0:30
alvarog0124-Feb-09 0:30 
Questiongetting postback in inside the updatepanel..., Pin
Member 387988123-Feb-09 21:44
Member 387988123-Feb-09 21:44 
Questionrecord search Pin
raizadasanju23-Feb-09 20:59
raizadasanju23-Feb-09 20:59 
AnswerRe: record search Pin
Abhijit Jana23-Feb-09 21:05
professionalAbhijit Jana23-Feb-09 21:05 

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.