@using NEducation.Code; @model NEducation.Models.ProfileModel @{ ViewBag.Title = "AccountProfile"; Layout = "~/Views/Shared/_LayoutHome.cshtml"; } @*@{ String msisdn = Session["msisdn"] as String; UserProfile profile = Session["profile"] as UserProfile; }*@ @*

AccountProfile

*@ @section navMenu{ Home Vocabulary Grammar @*Music*@ Listening } @using (Html.BeginForm()) { @Html.AntiForgeryToken()

About me

Phone number

@*Phone number*@

Fullname

@*Fullname*@

Birthday

@*Birthday*@

Email

@*Email*@

Interest

@*Interest*@
} @*
@Html.ActionLink("Back to List", "Index")
*@