it doesnt show any error? i has not show the indicator...

On 1/3/09, Brandon Betances <[email protected]> wrote:
>
>
> any error?
>
> On Fri, Jan 2, 2009 at 11:53 PM, Troy International <[email protected]>
> wrote:
> > Hai i have used the same can u check the above code....
> >
> > but not working...
> >
> >
> > On 1/3/09, Subrato Mukherjee <[email protected]> wrote:
> >>
> >> You could try the code from this site ...
> >>
> >>
> http://www.codeproject.com/KB/ajax/GooglePasswordStrength.aspx?fid=429870&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=2567119
> >>
> >> On Sat, Jan 3, 2009 at 9:55 AM, Venkatu <[email protected]> wrote:
> >>>
> >>> 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
> >
> >
>

Reply via email to