H******e 发帖数: 4682 | 1 requirement:
Click网页上的一个button, 到C# codes behind。经过一些codes, generate a
message, hold it, then出现一个popup, 可以是一个confirmation message, 也可以
是一个page以较小的window形式出现, 看起来是一个popup。 popup上面有一个message
, pass by the message generated by the C# codes above, 两个buttons, Yes and
No, click Yes, 继续执行下面的codes; click No, stop。
This is not working: Response.Write(""
Response.Write is not working in the project. |
|