Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionOpen PDF in New Window from Code Behind using JavaScript Pin
NTheOne18-Oct-11 23:22
NTheOne18-Oct-11 23:22 
AnswerRe: Open PDF in New Window from Code Behind using JavaScript Pin
JP_Rocks19-Oct-11 3:08
JP_Rocks19-Oct-11 3:08 
AnswerRe: Open PDF in New Window from Code Behind using JavaScript Pin
jkirkerx28-Oct-11 20:26
professionaljkirkerx28-Oct-11 20:26 
QuestionCommand line for 'Convert to Web Application' option in Visual Studio Pin
ravidhari18-Oct-11 21:13
ravidhari18-Oct-11 21:13 
QuestionSingle Sign On Pin
berba18-Oct-11 20:52
berba18-Oct-11 20:52 
AnswerRe: Single Sign On Pin
Simon Bang Terkildsen19-Oct-11 6:18
Simon Bang Terkildsen19-Oct-11 6:18 
Questionany one can tell how get confirmation mail after user registration in asp.net c# Pin
sheemap18-Oct-11 20:44
sheemap18-Oct-11 20:44 
AnswerRe: any one can tell how get confirmation mail after user registration in asp.net c# Pin
David Mujica19-Oct-11 3:45
David Mujica19-Oct-11 3:45 
I'm in the middle of doing something very similar.

Here is what I want to do:

1) Allow someone to register for my site using their email address as their account ID
2) Send them a confirmation email which they will have 5 days to respond to in order to activate their account.

A few concepts to use:
1) Create the account and set the MembershipUser.IsApproved to false
2) Send an email with a link and query string parameter of a GUID. This GUID will be a key in a table, "Confirm Account Creation". The table will consist of the GUID, email and an expiration date.
3) When the user clicks on the embedded link, the corresponsding web page will verify the GUID and set the user account with the appropriate email to IsApproved = True and delete the row from the "Confirm Account Creation" table.
4) Also, the table will be scanned for any accounts that have past their expiration dates and delete those accounts.

That's my idea so far ... Cool | :cool:

Good luck. Thumbs Up | :thumbsup:
GeneralRe: any one can tell how get confirmation mail after user registration in asp.net c# Pin
AjayKumar Pal20-Oct-11 3:50
AjayKumar Pal20-Oct-11 3:50 
QuestionI want to force webpage to IE9 compability mode. Pin
buffering8318-Oct-11 13:36
buffering8318-Oct-11 13:36 
AnswerRe: I want to force webpage to IE9 compability mode. Pin
Anuj Banka18-Oct-11 19:04
Anuj Banka18-Oct-11 19:04 
QuestionHorizontal Scrollbar, GridView and Styles Pin
paas18-Oct-11 8:47
paas18-Oct-11 8:47 
AnswerRe: Horizontal Scrollbar, GridView and Styles Pin
Anuj Banka18-Oct-11 19:22
Anuj Banka18-Oct-11 19:22 
GeneralRe: Horizontal Scrollbar, GridView and Styles Pin
paas19-Oct-11 1:16
paas19-Oct-11 1:16 
QuestionAjax async get function problem Pin
symeramon18-Oct-11 3:39
symeramon18-Oct-11 3:39 
AnswerRe: Ajax async get function problem Pin
symeramon19-Oct-11 4:49
symeramon19-Oct-11 4:49 
AnswerRe: Ajax async get function problem Pin
jkirkerx28-Oct-11 20:30
professionaljkirkerx28-Oct-11 20:30 
GeneralRe: Ajax async get function problem Pin
symeramon28-Oct-11 22:07
symeramon28-Oct-11 22:07 
Question.NET Ajax Scheduler Pin
renu.iitkgp18-Oct-11 2:14
renu.iitkgp18-Oct-11 2:14 
QuestionAll day event in .ics Pin
nitin_ion18-Oct-11 1:15
nitin_ion18-Oct-11 1:15 
AnswerRe: All day event in .ics Pin
Anuj Banka18-Oct-11 19:40
Anuj Banka18-Oct-11 19:40 
GeneralRe: All day event in .ics Pin
nitin_ion18-Oct-11 19:42
nitin_ion18-Oct-11 19:42 
GeneralExt.NET - New component framework Pin
AditSheth17-Oct-11 20:42
AditSheth17-Oct-11 20:42 
GeneralRe: Ext.NET - New component framework Pin
Richard MacCutchan17-Oct-11 23:12
mveRichard MacCutchan17-Oct-11 23:12 
GeneralRe: Ext.NET - New component framework Pin
AditSheth17-Oct-11 23:40
AditSheth17-Oct-11 23:40 

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.