自己做一个点击会弹出窗口的按钮
摘要:
在网上看到的代码,贴出来看看: public class WebCustomControl1 : System.Web.UI.WebControls.Button //继承原来的button按钮 { private string _confirmMessage = "Is OK?"; //设置弹出窗口提示问题的初始值 [Bindable(true), Category("A... 阅读全文
posted @ 2005-01-26 14:53 joe 阅读(968) 评论(0) 推荐(0) 编辑