Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionTo ensure that users come from page1 before going to page2 Pin
Desmond Lim1-Sep-09 20:49
Desmond Lim1-Sep-09 20:49 
AnswerRe: To ensure that users come from page1 before going to page2 Pin
Christian Graus1-Sep-09 20:51
protectorChristian Graus1-Sep-09 20:51 
GeneralRe: To ensure that users come from page1 before going to page2 Pin
Desmond Lim1-Sep-09 20:55
Desmond Lim1-Sep-09 20:55 
GeneralRe: To ensure that users come from page1 before going to page2 Pin
Christian Graus1-Sep-09 21:06
protectorChristian Graus1-Sep-09 21:06 
GeneralRe: To ensure that users come from page1 before going to page2 Pin
AprNgp1-Sep-09 20:59
AprNgp1-Sep-09 20:59 
GeneralRe: To ensure that users come from page1 before going to page2 Pin
Christian Graus1-Sep-09 21:06
protectorChristian Graus1-Sep-09 21:06 
GeneralRe: To ensure that users come from page1 before going to page2 Pin
AprNgp1-Sep-09 21:08
AprNgp1-Sep-09 21:08 
QuestionChanging password using membership provider Pin
Shahdat Hosain1-Sep-09 20:40
Shahdat Hosain1-Sep-09 20:40 
Im working with a social network. To change password I use following code
MembershipUser usr=Membership.GetUser(username);
usr.ChangePassword(usr.GetPassword("no answer"), newpassword);

But following error occur: Current membership provider is not configure to allow users to retrieve and reset their password.

How can I configure?

shahdat

AnswerRe: Changing password using membership provider Pin
Christian Graus1-Sep-09 20:53
protectorChristian Graus1-Sep-09 20:53 
GeneralRe: Changing password using membership provider Pin
Shahdat Hosain1-Sep-09 22:17
Shahdat Hosain1-Sep-09 22:17 
AnswerRe: Changing password using membership provider Pin
AprNgp1-Sep-09 21:00
AprNgp1-Sep-09 21:00 
AnswerRe: Changing password using membership provider Pin
droth172-Sep-09 5:20
droth172-Sep-09 5:20 
Questionuri format not supported error Pin
sjs4u1-Sep-09 20:10
sjs4u1-Sep-09 20:10 
AnswerRe: uri format not supported error Pin
Abhijit Jana1-Sep-09 20:14
professionalAbhijit Jana1-Sep-09 20:14 
GeneralRe: uri format not supported error Pin
sjs4u1-Sep-09 20:27
sjs4u1-Sep-09 20:27 
AnswerRe: uri format not supported error Pin
Christian Graus1-Sep-09 20:49
protectorChristian Graus1-Sep-09 20:49 
GeneralRe: uri format not supported error Pin
sjs4u1-Sep-09 20:57
sjs4u1-Sep-09 20:57 
GeneralRe: uri format not supported error Pin
Christian Graus1-Sep-09 21:08
protectorChristian Graus1-Sep-09 21:08 
Questioncrystal reports Pin
mylogics1-Sep-09 19:49
professionalmylogics1-Sep-09 19:49 
AnswerRe: crystal reports Pin
sashidhar1-Sep-09 21:30
sashidhar1-Sep-09 21:30 
GeneralRe: crystal reports Pin
mylogics1-Sep-09 21:36
professionalmylogics1-Sep-09 21:36 
GeneralRe: crystal reports Pin
sashidhar1-Sep-09 21:38
sashidhar1-Sep-09 21:38 
GeneralRe: crystal reports Pin
mylogics1-Sep-09 21:46
professionalmylogics1-Sep-09 21:46 
QuestionImage Viewer Pin
swtlibra1-Sep-09 19:28
swtlibra1-Sep-09 19:28 
AnswerRe: Image Viewer Pin
Blikkies1-Sep-09 20:27
professionalBlikkies1-Sep-09 20:27 

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.