SHOWcode

2018年6月6日 星期三

使用LoadControl()動態加入UserControl

protected void Page_Load(object sender, EventArgs e)
{
    string UserControlPath = “MyControl.ascx"
    Control c = LoadControl(UserControlPath, TextBox1);
    PlaceHolder1.Controls.Add(c);
    ViewState[“UserControlPath"] = UserControlPath;
}

網址:原文

沒有留言:

張貼留言

Jenkins-mail

參考:http://www.linuxea.com/1767.html 前置作業略過~有空再補 Mailer Plugin post { success { emailext ( subject: &...