<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MyBasicInfo.ascx.cs" Inherits="AVA.ResourcesPlatform.WebUI.Control.My.MyBasicInfo" %>
个人信息管理: <%= this.User.UserName %> 的个人信息

<% if (this.HeadPortraitUrl != null) { //存在头像 %> <%= new HtmlImg(this.HeadPortraitUrl, this.User.TrueName + "的头像") { ID = "imgHeadPortrait", Width=120, Height=120 }%> <% } else { //不存在头像 %> <%= new HtmlImg(SettingGroup.DefauteUserImg, this.User.TrueName + "的头像") { ID = "imgHeadPortrait", Width=120, Height=120 }%> <% } %> <%= new HtmlHidden("HeadPortrait", this.User.HeadPortrait)%>