Microsoft
Software
Hardware
Network
Question : password problem
<radG:GridTemplateColumn HeaderText="Password" SortExpression="loginPassw
ord"
UniqueName="loginPassword"
>
<ItemTemplate>
<asp:Label runat="server" ID="lblloginPassword" Text='<%# new string(char.Parse("*"),Eva
l("loginPa
ssword").T
oString().
Length) %>'></asp:Label>
</ItemTemplate>
<EditItemTemplate>
<asp:TextBox runat="server" ID="txtlogin" TextMode="Password" value='<%# Eval("loginPassword") %>' ></asp:TextBox>
</EditItemTemplate>
</radG:GridTemplateColumn>
and I have txtUpdatePassword which I used in popup panel .. how can I show txtUpdatePassword field textmode = password?
Answer : password problem
Along with changing the IP address, make sure you allow the 10.0.0.0/24 subnet access to manage it.
conf t
http 10.0.0.0 255.255.255.0 inside
Random Solutions
Advice on upgrading a SBS 2003 R1 server
Migrating SharePoint to another server
VB.NET: problem of debugging on windows 7
User's Web-Based AOL Mail is sending spam to all his contacts
Problems Updating VMware Workstation, Cannot Uninstall Old workstation
how to configure WDS at Alfa Access Point
Database on a 64 bit OS - Conection issues
VLAN Configuring on a Powerconnect 5324
Best way to configure Syncback with a USB hard drive rotation
Standard template for asp.net application