Carl Karan Nayak

My Experiences with .Net 3.5





 






<%@ Page Language="C#" MasterPageFile="~/Default.master" 
AutoEventWireup="true" CodeFile="ChangePswd.aspx.cs" 
Inherits="ChangePassword" Title="Carl Nayak | Change Password" %>

<asp:content id="Content2" contentplaceholderid="Main" runat="server">

    <div class="shim column"></div>
    
    <div class="page" id="links">
       <div id="content">  
            <h3>Change your Password</h3>   
            <p>This page contains the module to change 
            the admin password.</p><br /><hr /> 
            
           <asp:Panel ID="Panel1" runat="server" Width="100%">
           <asp:ChangePassword ID="ChangePassword1" runat="server">
            </asp:ChangePassword>
           </asp:Panel>
        </div>
    </div>
</asp:Content>