日期:2010-04-18  浏览次数:20415 次

一直不太喜欢默认的对话框样式,网上看到个比较好看的对话框,自己修改了下做成了.net版,只在IE下测试过,其他的还没有来得及测试,具体还三个问题没有解决:

1、我没办法像微软ajax-scriptmanager控件一样,每个页面限定个数,看了下scriptmanager的源代码有用到

以下为引用的内容:
AlertMsg existingInstance = AlertMsg.GetCurrent(this.Page);


 
protected static AlertMsg GetCurrent(Page page)
        
{
            
if (page == null)