How to Send Forget Password using Asp.Net

How to Send Forget Password using Asp.Net.
                    

Hello Friends,We are here to share how to send forget password on your registered mail using asp.Net.Here we have used  SMTP server for sending the password to the registered email address. SMTP server is fully secure that's why we have send password to registered mail through SMTP server.You can able to download this file and make changes in that file as you like.You can see download link at the bottom of this post.

Displaying Responsive Menucard within Popup

Responsive Menu Card within Popup.

Hello Friends,We can see how to display an responsive menu-card within popup using cascading style sheet. You can able to download this file and make changes in that file as you like. You can see download link button at the bottom of this post.

Convert Number(rupees)into words using C# in Asp.Net

Convert Number(Rupees)into words using C# in Asp.Net

Submit the input on rupees textbox,when you click Rupees in words textbox means it will convert the input number into words.

Note:Friends don't forget to use  AutoPostBack="true",where you use OnTextChanged in the Textbox.

Encrypt And Decrypt Password Using Asp.Net


Encrypt And Decrypt Password Using Asp.Net

Password will be first encrypted using AES Symmetric key algorithm,after that it will be stored in the database. While fetching password, it will be again decrypted using AES Algorithm using the same key that was used for encryption.

Create a responsive top navigation menu with CSS,JavaScript and Jquery


Responsive Top Navigation Menu

Navbars collapse in mobile views and become horizontal as the available viewport width increases. Navbar includes styling for site names and basic navigation.Here responsive top navigation menu is designed using css, javascript and jquery.