正在加载图片...
<asp: Details View ID=" Details View1"runat="server Auto GenerateRows=false Height=50px"Width=150px"AllowPaging=true <Fields> <asp: Bound Field DataField=" UserName" HeaderText="用户名"/> <asp: Bound Field Data Field="UserPassword"Header Text="hL"/> asp: Image Field DatalmageUrlField="UserPhoto DatalmageUrlFormatString=Images\ Photos\)"Header Text= 头像 /asp: Image Field> <asp: HyperLinkField DataNavigateUrlFields="UserBlog DataTextField="Userblog" HeaderText="博客地址"/> asp: CheckBoxField DataField=" IpAss" Headertext="用户状态"/> /Fields a </asp: Details View>◼ <asp:DetailsView ID="DetailsView1" runat="server" AutoGenerateRows="false" ◼ Height="50px" Width="150px" AllowPaging="true" > ◼ <Fields> ◼ <asp:BoundField DataField="UserName" HeaderText="用户名" /> ◼ <asp:BoundField DataField="UserPassword" HeaderText="密码" /> ◼ <asp:ImageField DataImageUrlField="UserPhoto" ◼ DataImageUrlFormatString="Images\Photos\{0}" HeaderText=" 头像"> ◼ </asp:ImageField> ◼ <asp:HyperLinkField DataNavigateUrlFields="UserBlog" DataTextField="UserBlog" ◼ HeaderText="博客地址" /> ◼ <asp:CheckBoxField DataField="IsPass" HeaderText="用户状态" /> ◼ </Fields> ◼ </asp:DetailsView>
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有