RegisterClientScriptBlock在哪里? RegisterScripts等 [英] Where is RegisterClientScriptBlock?? RegisterScripts etc.

查看:62
本文介绍了RegisterClientScriptBlock在哪里? RegisterScripts等的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我在哪里可以找到

RegisterClientScriptBlock()


Page class没有它。我是否必须导入或添加一些特殊的

参考?


我可以看到但是无法用它做任何事情的RegisterScript怎么样


它不会接受任何争论


我正在使用Framework 1.1 VS2003等。


什么我错过了吗


提前致谢。


J

Hello,

Where can I find
RegisterClientScriptBlock()

Page class does not have it. Do I have to Import or add some special
reference??

what about RegisterScript which I can see but can not do anything with it

It won''t take any arguments

I am using Framework 1.1 VS2003 etc..

What Am I missing

Thanks in advance.

J

推荐答案

它是Page类的成员。


-

HTH,


Kevin Spencer

Microsoft MVP

..Net开发人员
http://www.takempis.com

复杂的东西由很多简单的东西组成。

" MS News" <平方********** @ hotmail.com>在消息中写道

新闻:OY ************** @ tk2msftngp13.phx.gbl ...
It''s a member of the Page class.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.

"MS News" <sq**********@hotmail.com> wrote in message
news:OY**************@tk2msftngp13.phx.gbl...
你好,
我在哪里可以找到
RegisterClientScriptBlock()

页面类没有它。我是否必须导入或添加一些特殊的参考?

我可以看到但无法用它做什么的RegisterScript

它赢了''我接受任何争论

我正在使用Framework 1.1 VS2003等。

我错过了什么

提前致谢。

Hello,

Where can I find
RegisterClientScriptBlock()

Page class does not have it. Do I have to Import or add some special
reference??

what about RegisterScript which I can see but can not do anything with it

It won''t take any arguments

I am using Framework 1.1 VS2003 etc..

What Am I missing

Thanks in advance.

J



但它没有显示。

我在这个项目中使用VB.NET

当我输入Page.RegisterClientScript它只是没有显示在

intellisence

我听说VB.NET没有列出所有可能的可用的成员



在您至少使用一次之前,列出所有成员的诀窍是什么? (IDE

编辑性能原因???)

任何人都可以帮助


谢谢

" ;凯文斯宾塞 <柯*** @ takempis.com>在消息中写道

新闻:O1 ************* @ TK2MSFTNGP12.phx.gbl ...
But It does not show.
I am using VB.NET for this Project
when I type Page.RegisterClientScript it just does not show up in
intellisence
I have heard that VB.NET does not list all possible available members of a
class
What is the Trick to list all members until you use it at least once. ( IDE
editor performance reasons ??? )
Can anyone help

Thanks
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O1*************@TK2MSFTNGP12.phx.gbl...
它是一个成员页面类。

-
HTH,

Kevin Spencer
微软MVP
.Net开发人员
http://www.takempis.com
复杂的东西由
组成很多简单的事情。

MS News <平方********** @ hotmail.com>在消息中写道
新闻:OY ************** @ tk2msftngp13.phx.gbl ...
It''s a member of the Page class.

--
HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.

"MS News" <sq**********@hotmail.com> wrote in message
news:OY**************@tk2msftngp13.phx.gbl...
你好,
我在哪里可以找到
RegisterClientScriptBlock()

页面类没有它。我是否必须导入或添加一些特殊的
参考?

我可以看到哪些RegisterScript但是无法用
做什么
它赢了''我接受任何争论

我正在使用Framework 1.1 VS2003等。

我错过了什么

提前致谢。

Hello,

Where can I find
RegisterClientScriptBlock()

Page class does not have it. Do I have to Import or add some special
reference??

what about RegisterScript which I can see but can not do anything with it
It won''t take any arguments

I am using Framework 1.1 VS2003 etc..

What Am I missing

Thanks in advance.

J




哎呀,忘了你用的是VB ......


Page.RegisterStartupScript(ByVal键为String,ByVal脚本为String)


Page.RegisterClientScriptBlock(ByVal键为String,ByVal脚本为String)


Bill P.


2003年8月5日星期二10:58:34 -0700,MS News< sq ******* ***@hotmail.com>

写道:
Oops, forgot you were using VB...

Page.RegisterStartupScript(ByVal key as String, ByVal script as String)

Page.RegisterClientScriptBlock(ByVal key as String, ByVal script as String)

Bill P.

On Tue, 5 Aug 2003 10:58:34 -0700, MS News <sq**********@hotmail.com>
wrote:
但它没有显示。
我正在使用VB.NET进行此项目<当我输入Page.RegisterClientScript它只是没有出现在
intellisence
我听说VB.NET没有列出所有可能的avai
上课的成员
在您至少使用一次之前,列出所有成员的诀窍是什么? (
IDE编辑性能原因???)
任何人都可以提供帮助

Kevin Spencer <柯*** @ takempis.com>在消息中写道
新闻:O1 ************* @ TK2MSFTNGP12.phx.gbl ...
But It does not show.
I am using VB.NET for this Project
when I type Page.RegisterClientScript it just does not show up in
intellisence
I have heard that VB.NET does not list all possible available members of
a
class
What is the Trick to list all members until you use it at least once. (
IDE
editor performance reasons ??? )
Can anyone help

Thanks
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:O1*************@TK2MSFTNGP12.phx.gbl...
它是Page类的成员。

- HTH,

Kevin Spencer
微软MVP
.Net开发人员
http://www.takempis.com
复杂的东西由很多简单的东西组成。

MS News <平方********** @ hotmail.com>在消息中写道
新闻:OY ************** @ tk2msftngp13.phx.gbl ...
It''s a member of the Page class.

-- HTH,

Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.

"MS News" <sq**********@hotmail.com> wrote in message
news:OY**************@tk2msftngp13.phx.gbl...
>你好,
>
>我在哪里可以找到
> RegisterClientScriptBlock()
>
>页面类没有它。我是否必须导入或添加一些特殊的
>参考?
>
>那么我可以看到但是无法用它做什么的RegisterScript>
>它不会采取任何论据
>
>我正在使用Framework 1.1 VS2003等。
>
>我缺少什么
>
>
>
>在此先感谢。
>
>
>
> J
>
>
> Hello,
>
> Where can I find
> RegisterClientScriptBlock()
>
> Page class does not have it. Do I have to Import or add some special
> reference??
>
> what about RegisterScript which I can see but can not do anything with it >
> It won''t take any arguments
>
> I am using Framework 1.1 VS2003 etc..
>
> What Am I missing
>
>
>
> Thanks in advance.
>
>
>
> J
>
>






-

使用M2,Opera的革命性电子邮件客户端: http:/ /www.opera.com/m2/


这篇关于RegisterClientScriptBlock在哪里? RegisterScripts等的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆