Author: amereto2k | Posted on: 7/26/2009 3:04:43 PM | Views : 880

Hi,
On my register.aspx page I am getting the birthday of the user in a create user wizard control.
and saving it in the asp.net profile
web Config


<profile enabled="true">
      <properties>
     
        <add name="Bday" type="System.DateTime" />
      </properties>
    </profile>

Register.aspx
 

<div>Your Birthday</div& ...

Go to the complete details ...