Web Forms :: PasswordRecovery Control In Modalpopup?
Jan 24, 2011
I want to use PasswordRecovery control in modalpopup. After successfully completing first step of password recovery.I close the modal popup and now again when i open modal popup it shows with second step of the password recovery. But I want default first step when user close the modal popup.
View 1 Replies
Similar Messages:
Oct 28, 2010
I have a password recovery control on my login page. I want to have it send the user specified (and after question/answer filled out correctly) password in an email. I keep throwing an error though, saying that the SMTP needs authentication. I've used a lot of email capabilities in my application, but I set all the SmtpClient properties programmatically, so I never had to rely on system.net mailSettings section of the web.config file. But now I am relying on it, because I am not intercepting any events (unless that would be easiest) of the password recovery control. Here is my system.net excerpt from my web.config file:
[Code]....
What am I not doing here to specify SMTP authentication? Why am I throwing this error? I'm putting my credentials in there with username and password. Am I not configuring the PasswordRecovery control correctly?
View 4 Replies
Aug 15, 2012
I am using password recovery control in forgotpassword.aspx page. By default the password recovery control validates the Login id and the security question of a particular user. But i want to give an alternate option. That is, If the user forgets the security answer he can give his PAN Number as identificaiton. Its should be an option like either he can provide security answer or his PAN number. Can we acheive this functionality. Because from my knowledge it looks like Security Answer is mandatory. But i want to provide alternate option that user should give his security answer, if he forgets he can use PAN number for his identificaition. UpmMembershipProvider has default property (requiresQuestionAndAnswer) which is set as true.
View 1 Replies
Apr 5, 2010
I have asked the following question multiple times but did not receive any proper reply.
I have a web page which is using PasswordRecovery control.
Its working fine but I have a scenario in which I have to disable Viewstate for the whole application.
Now after disabling viewstate when I visit the webpage I have noticed that PasswordRecovery controls is not working (Every times when I submit the default button to go to step 2, the postback occur but not moving to step 2).
View 1 Replies
Aug 11, 2010
For reasons to long to go in to I have to change the behaviour/appearance of the Success page on our password recovery page.
We've been tasked with making the Success template identical to the UserName template i.e. with a label and text box for UserName and identical messages on both pages.
Basically our client wants no difference between successful password retireval and failure - the same message will display regardless e.g. "An email has been sent to <username> with your password."
Which reminds me - in the success/failure message they'd like the entered UserName to appear but I can only get it to appear if it's a valid username - if it's nonsense the UserName is blank.
View 2 Replies
Nov 17, 2010
I am using passwordrecovery control.
After entering username and keying enter key(from keyboard) it was not firing submitbutton_click event. So i have added defaultbutton property in the panel control, and it is working fine. And my problem here is..
Clicking on submit button it is showing security question. After answering the security question, i have to click on the submit button either by mouse click or tab enter.
What i need to do is.. after answering the security question, I should be able to hit enter key instead of mouse clicking on submit button.
View 3 Replies
Mar 31, 2010
I have a web page which is using PasswordRecovery control.
But I have a scenario in which I have to disable Viewstate for the whole application.
Now after disabling viewstate when I visit the webpage I have noticed that PasswordRecovery controls is not working (Every times when I submit the default button to go to step 2, the postback occur but not moving to step 2).
View 2 Replies
Apr 12, 2010
Example scenario in an ASP.NET application using SQL Server membership provider :
1) a user can't remember their exact password, and tries many times in a short space of time to login with an invalid password (say 5 times in a 10 minute window). This locks out the user (i.e. sets the IsLockedOut flag of the aspnet_Membership table to 1).
2) user goes to the "forgot my password" screen to try to get a new password emailed to them. This screen uses the PasswordRecovery control. User enters their correct user id, but then cannot go further in the password recovery process, since the IsLockedOut flag is 1. (They don't even get to see their security question).
3) The user would then have to phone tech support to get themselves unlocked etc.
To reduce the burden on support staff, we are trying to reduce the times step 3 is required, by making the PasswordRecovery control (if possible), work with locked out users. i.e. when they enter their login ID, the security question comes up, and IF they enter the correct answer, the system will unlock the user, and email the new temporary password to them. I'm wondering if it is possible to tweak the PasswordRecovery control to do this.
View 1 Replies
Jul 12, 2012
My PasswordRecovery Control is not working. It is giving me SMTP problem. I set my proper gmail address with port number, valid user name and password. But not working? Do I require to set more settings?
The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Must issue a STARTTLS command first. pg3sm5232120pbc.2
Web.config :
<system.net> <mailSettings> <smtp from="myemailid@Gmail.com"> <network host="smtp.gmail.com" password="mypassword" port="587" userName="myemailid@Gmail.com" /> </smtp> </mailSettings> </system.net>
View 1 Replies
Jan 26, 2010
Is it possible to use the PasswordRecovery control to recover a password using the email address instead of the user name?
Ideally I'd like to have the PasswordRecovery control allow users to enter their email address instead of their user name and then proceed to answer the security question.
View 3 Replies
Jan 18, 2010
I do try to use the modalpopup extender, it works with the client button click but not with the server side method.
I even used the document.readyState == "complete" javascript method to be shure the whole page is loaded.
But I'm still unable to get that modalpopup extender control.
View 6 Replies
Jan 17, 2011
Firstly, I'm a newbie to ASP.net, but have around ten years of ('classic') ASP and VB6 experience.I have spent the last 12 hours or so googling for a solution to this problem, so it's nothing obvious (to myself or anyone else I can find talking about it, at least). Things I have ruled out so far include:1) Lack of SMTP server (fixed)2) Firewall issues3) Web.config <mailsettings> directivesI am developing my app locally (VS-2010, Windows 7 Premium ). When I kick off my application containing a form with the PasswordRecovery control in it, and run the password recovery control, I get the error:
[Code]....
This I figured is because I am running Windows 7, which doesn't have IIS7.5 (and thus an SMTP server) running by default. So I enabled IIS 7.5 in component settings, and lo and behold there it was. However there was no SMTP server included (those kind folk at Microsoft like to randomly remove things in system upgrades).So I dug around and installed a free smtp mailserver "hMailServer", and set it up with a the relay mail server address I use with my O2 email, with default credentials.I ran the test and it confirmed that I was indeed reaching the server OK. It also said I could therefore reference Localhost as my smtp server.I also realised I was missing the web.config <mailsettings> directives, so included (under <system.net> <mailsettings>):
<smtp deliveryMethod="Network" from ="zenid@here.com">
<network host="localhost" defaultCredentials="true" port="20" />
</smtp>
[code]...
View 11 Replies
Mar 12, 2011
i have used modalpopupextender in my project .. in that i have dropdownlist .problem is that when i want to select any item from the list by arrow keys the control goes from modalpopup to vertical scrollbar of the main screen and whole screen get scrolling when i use up and down arrow key...
i don't want it , i want when i use up and down arrow key the control should be on the modalpopup..
View 1 Replies
Sep 10, 2010
I am using a PasswordRecovery Control and have changed one of the validators to a custom Validator, however, OnServerValidate neer seems to get called.
Can someone tell me how to get the OnServerValidate to work correctly?
View 4 Replies
Jan 13, 2011
I have a Gridview Custom Control (class library project). What I want to do is, add a button to the page. Once the button is clicked, I need a ModalPopupEctender to come up with a checkboxlist of all the Columns in the SQLDataSource that populates the Gridview.
Now since this is a class library project that inherits from the Gridview, I'm not sure how I can add a div at the very top of the page, with the "Choose Columns" button.
Should I create a user control that contains my Custom Gridview? Reason I want to do what I ask is because I want to reuse this in as many projects as I can, I wan this functionality built in to my dll.
View 3 Replies
Dec 16, 2010
I am quite new to asp.net. I would like to ask for some advice on how this scenario can be achieved. Here is the problem:
I have a 5 gridviews on my page. In each gridview, I have two important columns. They are SellerID and BuyerID. Because I already have too many gridviews on the page, I want to load a webuser control with a modalPopupExtender when either SellerID or BuyerID is clicked. That is to say if a user select a SellerID, the details information about that SellerID should be loaded with DetailView from the user control and if the buyerID is click, the details information about that buyer should be loaded with another detailview
from the user control as well.
My problem is I do not know how to get the Selected Value from the gridView since the DetailView is in the WebUserControl. One more thing, both SellerID and BuyerID are in the same GridView, so how can we distinguish when a user select a SellerID or vice versa.
View 7 Replies
Jan 11, 2011
i made user control which represnt a modal pop up
this is my user control
[Code]....
i want to user this modal popup at many page as user control but i cant treat with show() method of modalpopup
View 4 Replies
Dec 24, 2010
I have a user control that contains a modal popup extender.
I am using the user control inside of a repeater so it could be shown multiple times on a page.
Everything works fine if the repeater only contains one item.
When there are multiple user controls on the page I get the following error:
"Microsoft JScript runtime error: Sys.InvalidOperationException: Two components with the same id 'PosAdjPopup' can't be added to the application."
How do I get my user control to work with the modal popup extender when it will be used multiple times on a page?
Can I keep the modal popup extender in the user control or do I have to put it on my aspx page and trap the event on the button click?
View 1 Replies
Feb 7, 2011
I have three modal popups that are working properly because I test it the controls with simple plain text.
I placed a form view and a datalist in the first two modal popups and everything seems to be okay.
I need to place a user control in the third modal popup but everytime I place the user control I get a javascript error for that particular modal popup.
When I copy paste the same modal popup on a blank page and place the user control inside of the panel then the modal popup works perfectly fine.
I basically copy/paste the same code back where the other two modal popups are then I get the same JavaScript error.
The modal popup crashes first on:
this._popupElement.parentNode.appendChild(this._foregroundElement);
View 7 Replies
May 20, 2010
I am using a modal popup control which contains an UpdatePanel. There are one combo and few text boxes and Calendar control in it. When I select any item in combobox, then it's selection change event is fired and there iI set the values of other controls and finally I call update method of update panel. Functionality wise it works properly but it takes a time to update the panel.Here combobox contains around five thousands of items. But when it contains 100s of items it works good.
View 4 Replies
Jun 26, 2010
in the following code, value of list box - lstHrs, is not getting recognized on
btnBlock_Click event.
<asp:UpdatePanel ID ="updatepanel1" runat="server">
<ContentTemplate>
<DayPilot:DayPilotCalendar ID="DPCal" runat="server" BusinessEndsHour="22" Days="5"
[code]...
View 1 Replies
Sep 7, 2010
I have a flash on my page and I need to popup an ajax window, I use ModalPopupExtender. The problem is that ajax popup window always shows behind the flash in Internet explorer and Google Chrome. In firefox there are no such problem.
View 6 Replies
Sep 29, 2010
I have found a couple of good topics here in the forum and wanted to see any other extra ideas for this control that I am making and trying to implement. So here is the basic information:
The control is going to display a SQL output in a bunch of label controls. The information is going to be coming from a gridview control where the field is going to be hyperlinked.
So I am wanting to set the "TargetControlID" property to the .ascx page load event.
now what I have found is that I can simply run the Popup.show(); function in the .cs file at the end of the page load, but I still have to place a valid control within the TargetControlID property. As you know, the property cannot be "null" and if I put in the control ID for something that is not valid, then it won't work either. So the only thing I can think of is tying it back to the overall control itself. Then I can always change it on the fly if needed, but I think I would not have to since it would fire on the page_load event...
Not sure if this is making any sense... Just understand that have to make this control go across several web pages that are already fully developed. I am just adding this in as new functionality...
View 2 Replies
Feb 9, 2010
I am customizing the asp:PasswordRecovery control by adding an own UserNameTemplate. This all works fine, but as soon as I am adding any "Angle Bracket Percent" (<%=) into the UserNameTemplate, the entire PasswordRecovery control falls back to the default design and doesn't use my own UserNameTemplate anymore.
For instance, if I customize a asp:PasswordRecovery control as follows, it works fine ...
[Code]....
... but when I add <%= "Hello world" %> it uses the default layout:
[Code]....
Is this a bug or do I need to change anything? Using Angle Bracket Percent in asp:Login (within LayoutTemplate) works fine, but not in asp:PasswordRecovery. The reason why I need/want to use Angle Bracket Percent is because I want to get localized text out of an XML file (e.g. "<%= GetText("ForgotPassword.Introduction") %>"). However, this shouldn't be the problem as asp:PasswordRecovery even breaks if I use the "<%= "Hello world" %> phrase in the example stated above.
View 3 Replies
Mar 17, 2011
This is the question, how to open a modalPopup from a Asp:Link button inside a Tab panel?
Runtime error is Asp:Link ID not found, and thats because its in Tab Control, whats the work around?
View 2 Replies