Hai
I have used Google API to indicate password Indicatore..
but its not working...
Let anyone give idea... this is the code... ,
Hai
Gud morning
I have worked using Google API
Its not working I do no where i made mistake
can you guide me...
this is my .aspx Code
<%@ Page Language="C#" AutoEventWireup="true"
CodeFile="PasswordCheck.aspx.cs" Inherits="simple.PasswordCheck" %>
<%@ Register Assembly="GooglePasswordStrength"
Namespace="GooglePasswordStrength"
TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Google Password Strength</title>
<style>
.password
{
font-family:Arial;
font-size:80%;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<td><asp:TextBox ID="txtPassword" runat="server" /></td>
<td><google:PasswordStrength ID="PS" TargetControlID="txtPassword"
CssClass="password" runat="server" /> </td>
</tr>
</table>
</div>
<asp:Button ID="Button1" runat="server" Text="Button" />
</form>
</body>
</html>
and In My Bin File i have add GooglePasswordstrength.dll
GooglePasswordstrength.dll.refresh
this is web.config file
<pages>
<controls>
<add tagPrefix="google" namespace="GooglePasswordStrength"
assembly="GooglePasswordStrength"/>
</controls>
</pages>
pls guide me..
Thanks