由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - C#中调用JavaScript的问题
相关主题
网页里面显示小网页用什么asp control呀?how to make javascript/jquery in asp.net running fast? Thank you!
分享一个今天遇到的.net调用mongodb的问题笨笨一问:请问Visual Studios.NET和Visual Studio 2003/2005什么关系啊?
please help me...再问Windows Form
找part-time .net developerlpt1,lpt2
ajax,json,jquery怎么自学?C#环境下调用C++函数的问题。
Re: 女码工求给些意见或内推。 (转载)这里有没有AJAX.NET高手?
你们都做server side validation?想在c#下调用另一个可执行文件
访问MITBBS.com的问题Ajax Toolkit is troublesome in versions
相关话题的讨论汇总
话题: javascript话题: script话题: c#话题: 调用话题: control
进入DotNet版参与讨论
1 (共1页)
我在C#的code behind file里调用JavaScript
string script = "
this.RegisterClientScriptBlock("ClientScript",script);
结果无效。如果script里只是一句alert("...")是能执行的,但是document.
getElementByID似乎不能这样用。因为event是由server端触发的,不是由页面上的
control触发的,不知道Reg: 我在C#的code behind file里调用JavaScript
: string script = "
: this.RegisterClientScriptBlock("ClientScript",script);
: 结果无效。如果script里只是一句alert("...")是能执行的,但是document.
: 我在C#的code behind file里调用JavaScript
: string script = "
: this.RegisterClientScriptBlock("ClientScript",script);
: 结果无效。如果script里只是一句alert("...")是能执行的,但是document.
l*******r
发帖数: 713
1
一个aspx页面上有个原本隐藏的html control,当某一个event发生时希望能从server端
调用一句JavaScript把这个html control显示出来
这个html control的定义是
c*********h
发帖数: 125
2
No you can't do it. Remeber that ASP.NET is Disconnected model, so if yo
u need to change client side from server, you need communication between
c/s.
You can ues AJAX to get similar result. Or check Atlas .

server端

【在 l*******r 的大作中提到】
: 一个aspx页面上有个原本隐藏的html control,当某一个event发生时希望能从server端
: 调用一句JavaScript把这个html control显示出来
: 这个html control的定义是
:
k****i
发帖数: 1072
3
There are 2 problems:
1.use registerstartupscript instead.
2.style.display='block' is actually rendered as a div. As far as I know, FF
has problem with it if the following
uses colspan.



【在 l*******r 的大作中提到】
: 一个aspx页面上有个原本隐藏的html control,当某一个event发生时希望能从server端
: 调用一句JavaScript把这个html control显示出来
: 这个html control的定义是
:
1 (共1页)
进入DotNet版参与讨论
相关主题
Ajax Toolkit is troublesome in versionsajax,json,jquery怎么自学?
__designer:wfdid=Re: 女码工求给些意见或内推。 (转载)
[合集] ajax.net的问题你们都做server side validation?
Look for a reliable ajax framework访问MITBBS.com的问题
网页里面显示小网页用什么asp control呀?how to make javascript/jquery in asp.net running fast? Thank you!
分享一个今天遇到的.net调用mongodb的问题笨笨一问:请问Visual Studios.NET和Visual Studio 2003/2005什么关系啊?
please help me...再问Windows Form
找part-time .net developerlpt1,lpt2
相关话题的讨论汇总
话题: javascript话题: script话题: c#话题: 调用话题: control