Little experience in ASP.NET [About Code Separation] Recently, in progress, it will often encounter this situation, that is, when the user clicks on the Button, the system needs to pop up a window. This window may be a standard dialog or a new page. I don't know how to achieve such functions, according to my previous programming habits, I think there should be a method similar to showMessage, but unfortunately this method is not in the web. By receiving the information online, the general approach is to write down the following code in the Button's OnClick event: private void button1_click (Object sender, system.eventargs e) {string strscript = "