Posts

Showing posts from July, 2017

Login With Encoded Password | asp.net with c# (Password Encoding par...

Image
Login page .aspx (Design Code) :    <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="LoginEnc.aspx.cs" Inherits="test3.password_encrypt.LoginEnc" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title>     <style type="text/css">         .auto-style1         {             width: 100%;         }         .auto-style2         {             text-align: right;         }         .auto-style3         {             text-align: left;         }     </style> </head> <body>     <form id="form1" runat="server">     ...

Encoded Password Save in database | asp.net with c#

Image
.aspx code (Design code): <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SaveEnc.aspx.cs" Inherits="test3.password_encrypt.SaveEnc" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title>     <style type="text/css">         .auto-style1         {             width: 100%;         }         .auto-style2         {             text-align: right;         }         .auto-style3         {             text-align: left;         }     </style> </head> <body>     <form id="form1" runat="server">   <div>     ...

Cast android device wireless to laptop | Redmi note 3

Image

How to save date and time or datetime in database in asp.net

Image
How to save date and time or datetime in database in asp.net