S spymaster Unregistered / Unconfirmed GUEST, unregistred user! 2003-07-08 #22 ASP.NET 在Page_Load 中加上 btnDelete.Attributes.Add("onClick","javascript:return confirm('确认要删除?')");
F fengyuyang Unregistered / Unconfirmed GUEST, unregistred user! 2003-07-09 #23 萧星离:你说的好象是Windows应用程序。Web应用程序中的System不包括Windows。 spymaster:用你的方法可以,但感觉不太灵活,而且只有两个选择。另外在哪能查到相关帮助,我觉得应该还有其他的javascript可以用。
萧星离:你说的好象是Windows应用程序。Web应用程序中的System不包括Windows。 spymaster:用你的方法可以,但感觉不太灵活,而且只有两个选择。另外在哪能查到相关帮助,我觉得应该还有其他的javascript可以用。
R rongercao Unregistered / Unconfirmed GUEST, unregistred user! 2003-07-13 #24 MessageBoxButtons buttons=MessageBoxButtons.YesNo; string message="你好"; string caption="问候"; MessageBox.Show(this,message,caption,buttons,MessageBoxIcon.Question,MessageBoxDefaultButton.Button1,MessageBoxOptions.RightAlign);
MessageBoxButtons buttons=MessageBoxButtons.YesNo; string message="你好"; string caption="问候"; MessageBox.Show(this,message,caption,buttons,MessageBoxIcon.Question,MessageBoxDefaultButton.Button1,MessageBoxOptions.RightAlign);
R redwood Unregistered / Unconfirmed GUEST, unregistred user! 2003-07-13 #25 丢脸啊……………… 居然用了delphi的方法………… 还是删了先