摘要: Imagine you have a control which registers some trivial script, which has to be executed during loading of the page. To do that you will usually use following method:page.ClientScript.RegisterStartupScript(…)After some time, you decide to use the same control inside of UpdatePanel and find out that 阅读全文
posted @ 2011-12-02 15:23 minglz 阅读(285) 评论(0) 推荐(0) 编辑