修正权限页面回发后绑定不正确的问题
nnhy authored at 2013-03-27 15:59:35
377.00 B
X_NET20
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="SelectAdmin.ascx.cs" Inherits="Admin_Ascx_SelectAdmin" %>
<XCL:ChooseButton ID="btn" Text='<%# Admin!=null?Admin.FriendName:"请选择" %>' Value='<%# Value %>'
    Url="../../Admin/Sys/SelectAdmin.aspx?ID={value}&Name={text}" ModalDialogOptions="dialogWidth:'750px',dialogHeight:'550px'"
    runat="server" />