Attributes.Add对任何事件

时间:2013-02-07 00:05:35

标签: c# javascript webforms

btnPopUpAjustarImagem.Attributes.Add("onclick", 
"javascript:window.showModalDialog('AjustarImagem.aspx', 
                                    null,
                                   'status:no;
                                    LOCATION: NO;
                                    TOOLBAR=NO ;
                                    DIRECTORIES: NO; 
                                    dialogWidth:250px;
                                    dialogHeight:300px;
                                    dialogHide:true;
                                    help:no;
                                    scroll:yes');  
                                    return false;");

如何使此代码适用于非Page_Load的任何事件,实际上,它运作良好,但仅适用于Page_Load事件。

0 个答案:

没有答案