由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - C#编程求助, 500伪币酬谢, 在线等
相关主题
How to get button name? (转载)clicks by reference
[转载] 问一个javascript 和 .NET 的问题dynamic change before refreshing
Button's refresh problemHow to kill popup in Outlook add-ins?
怎样用c#编程模拟跟网页interact?ASP.NET -- help
寻找VBNET编程朋友[转载] 如何知道CLIENT一端屏幕的大小?
asp.net咋不用javascript做client-side编程?问个webbrowser控件的问题
move to another swf file from Flex MXML script (转载)How to stop windows service in OnStart()
asp.net C# 站内信, please请指点
相关话题的讨论汇总
话题: codes话题: c#话题: message话题: popup话题: click
进入DotNet版参与讨论
1 (共1页)
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.
w******a
发帖数: 173
2
有error message?或者你click button,没有任何反应?换个broswer test.如果还不
行,就要用Page.ClientScript.RegisterStartupScript, 而不是Response.Write("<
script>//codes here....."
k****i
发帖数: 1072
3
code behind里把message写入hidden field.页面上用jquery在document.ready
function里检测hidden field value,非空就显示popup.

message
and

【在 H******e 的大作中提到】
: 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.

1 (共1页)
进入DotNet版参与讨论
相关主题
请指点寻找VBNET编程朋友
Help!asp.net咋不用javascript做client-side编程?
azure一问move to another swf file from Flex MXML script (转载)
问一个初级问题asp.net C# 站内信, please
How to get button name? (转载)clicks by reference
[转载] 问一个javascript 和 .NET 的问题dynamic change before refreshing
Button's refresh problemHow to kill popup in Outlook add-ins?
怎样用c#编程模拟跟网页interact?ASP.NET -- help
相关话题的讨论汇总
话题: codes话题: c#话题: message话题: popup话题: click