Hii... this is the code..
it doesnt show the error...
when i type any text in the textbox.. it doesnt show any indication....
why..?


On 1/3/09, Brandon Betances <[email protected]> wrote:
>
>
> ahhhhhhhhhhhhh TABLES!!!!! wheres the rest of the code? or the error
> your getting?
>
> On Fri, Jan 2, 2009 at 11:25 PM, 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