Đang chuẩn bị liên kết để tải về tài liệu:
Asp.Net 3.5 In Simple Steps- P15

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Asp.Net 3.5 In Simple Steps- P15:This is a book that helps you to learn ASP.NET using Visual Studio 2008. Precision, an easy-to-understanding style, real life examples in support of the concepts, and practical approach in presentation are some of the features that make the book unique in itself. The text in the book is presented in such a way that is equally helpful to beginners as well as professionals. | Chapter 6 Login Controls Now you learn how to use the Password Recovery control in a website. Perform the following steps to use the PasswordRecovery control in a website 1. Open Microsoft Visual Studio 2008. 2. Select File- New- Web Site. The New Web Site dialog box appears. 3. In the New Web Site dialog box se ecnhc ASP.NET Web Site template from the Templates pane and nameh PasswordRecoveryExample. 4. Click the OK button to close the New Web Site dialog box. 5. Now create a user account by using ASP.NET Web Site Administration Tool as done while creating the CreatingUserAccounts webiste. 6. Drag and drop a Login control from the Login tab of the Toolbox in the Design view of the Default.aspx Web Form as shown in Fig.ASP-6.26. 7. Drag and drop a HyperLink control on the Design view of the Form from the Standard tab of the Toolbox and set its Text properly to Forgot Password as shown in Fig.ASP-6.27 Now add one more Web Form to the website to which the user is redirected to retrieve the password at run time when the user clicks the Forgot Password link present at the Default.aspx Web page. You are required to use a PasswordRecovery control on this Web Form that enables the user to retrieve the forgotten password. 8. Adda Web Form to the website and name it ForgotPassword.aspx. 9. In the Design view of the ForgotPassword.aspx Web Form drag and drop a PasswordRecovery control from the Login tab of the Toolbox as shown in Fig.ASP-6.28 Fig.ASP-6.28 By default the PasswordRecovery control displays the UserName view. You can also switch the PasswordRecovery control to other two views Question view and Success view by using its smart tag. 137 ASP.NET 35 in Simple Steps__ 10. To open the smart tag of the Password Recovery control click the show smart tag S displayed at the top right corner of the Password Recovery control. The smart tag of the PasswordRecovery control appears. 11. Sefemhe Question .

TÀI LIỆU LIÊN QUAN