473,396 Members | 2,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Where is RegisterClientScriptBlock?? RegisterScripts etc.

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
Nov 17 '05 #1
10 2449
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...
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

Nov 17 '05 #2
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...
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...
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


Nov 17 '05 #3
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:
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...
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...
> 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
>
>




--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Nov 17 '05 #4
I can't tell you why it doesn't show up. Maybe your system is low on memory
or something. But I CAN tell you that it is a member of the Page class.
Check the .Net SDK (it's a free download):

http://www.microsoft.com/downloads/d...displaylang=en

--
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:%2****************@TK2MSFTNGP11.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...
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...
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



Nov 17 '05 #5
On the same machine and same amount of RAM
In C# everything shows up
In VB.net It does NOT Why????

VB Sucks??
Does anyone from Microsoft care to comment on this one??

I already have the latest Framework 1.1 and the Latest VS.NET 2003
Directly form Microsoft

There is a key combination that forces VB.NET to show everything
But I just can't find it

Any help form Microsoft is appreciated. Some INETA People know it??

J

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:eh**************@TK2MSFTNGP11.phx.gbl...
I can't tell you why it doesn't show up. Maybe your system is low on memory or something. But I CAN tell you that it is a member of the Page class.
Check the .Net SDK (it's a free download):

http://www.microsoft.com/downloads/d...displaylang=en
--
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:%2****************@TK2MSFTNGP11.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...
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...
> 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
>
>



Nov 17 '05 #6
Hey, I thought that whole thread about VB vs C# made it clear that VB
doesn't suck? ;)

From MSDN:

ms-
help://MS.MSDNQTR.2003APR.1033/vsintro7/html/vcovrWhenIntelliSenseIsUnavailable.htm

Might help... dunno...

On Tue, 5 Aug 2003 10:18:16 -0700, MS News <sq**********@hotmail.com>
wrote:
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


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
Nov 17 '05 #7
Bill

How do I access this:
help://MS.MSDNQTR.2003APR.1033/vsintro7/html/vcovrWhenIntelliSenseIsUnavaila
ble.htm

I been cursed. to work on a VB.NET Project

C# Rules the Earthlings Universe

"Bill Priess" <no*****@nospam.com> wrote in message
news:oprtge81vzcimqky@localhost...
Hey, I thought that whole thread about VB vs C# made it clear that VB
doesn't suck? ;)

From MSDN:

ms-
help://MS.MSDNQTR.2003APR.1033/vsintro7/html/vcovrWhenIntelliSenseIsUnavaila
ble.htm
Might help... dunno...

On Tue, 5 Aug 2003 10:18:16 -0700, MS News <sq**********@hotmail.com>
wrote:
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


--
Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Nov 17 '05 #8
There's a foolish setting in VS.NET that hides "Advanced" members like
RegisterClient*.

You can switch it off at Tools > Options > Text Editor > Basic > General and
then uncheck Hide advanced members.

Ken
MVP [ASP.NET]

"MS News" <sq**********@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
On the same machine and same amount of RAM
In C# everything shows up
In VB.net It does NOT Why????

VB Sucks??
Does anyone from Microsoft care to comment on this one??

I already have the latest Framework 1.1 and the Latest VS.NET 2003
Directly form Microsoft

There is a key combination that forces VB.NET to show everything
But I just can't find it

Any help form Microsoft is appreciated. Some INETA People know it??

J

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:eh**************@TK2MSFTNGP11.phx.gbl...
I can't tell you why it doesn't show up. Maybe your system is low on memory or something. But I CAN tell you that it is a member of the Page class.
Check the .Net SDK (it's a free download):

http://www.microsoft.com/downloads/d...displaylang=en
--
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:%2****************@TK2MSFTNGP11.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...
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...
> 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
>
>




Nov 17 '05 #9
Thank you
"Chris R. Timmons" <crtimmons@X_NOSPAM_Xcrtimmonsinc.com> wrote in message
news:Xn**********************************@207.46.2 48.16...
"MS News \(MS LVP\)" <sq**********@hotmail.com> wrote in
news:#$**************@TK2MSFTNGP11.phx.gbl:
Bill

How do I access this:
help://MS.MSDNQTR.2003APR.1033/vsintro7/html/vcovrWhenIntelliSens
eIsUnavaila ble.htm


http://msdn.microsoft.com/library/en-
us/vsintro7/html/vcovrWhenIntelliSenseIsUnavailable.asp

or

http://tinyurl.com/j4bt

Chris.
-------------
C.R. Timmons Consulting, Inc.
http://www.crtimmonsinc.com/

Nov 17 '05 #10
Yes It was checked but Grayed out
I uncheked it, then I went to VB specifically and made sure it is unchecked
It is Okay now
But when I go back it is still checked but grayed out
I guess the best thing is to check specifically for each .NET language

Thanks for your effort

"Ken Cox [Microsoft MVP]" <BA************@sympatico.ca> wrote in message
news:ef*************@TK2MSFTNGP12.phx.gbl...
There's a foolish setting in VS.NET that hides "Advanced" members like
RegisterClient*.

You can switch it off at Tools > Options > Text Editor > Basic > General and then uncheck Hide advanced members.

Ken
MVP [ASP.NET]

"MS News" <sq**********@hotmail.com> wrote in message
news:%2***************@TK2MSFTNGP10.phx.gbl...
On the same machine and same amount of RAM
In C# everything shows up
In VB.net It does NOT Why????

VB Sucks??
Does anyone from Microsoft care to comment on this one??

I already have the latest Framework 1.1 and the Latest VS.NET 2003
Directly form Microsoft

There is a key combination that forces VB.NET to show everything
But I just can't find it

Any help form Microsoft is appreciated. Some INETA People know it??

J

"Kevin Spencer" <ke***@takempis.com> wrote in message
news:eh**************@TK2MSFTNGP11.phx.gbl...
I can't tell you why it doesn't show up. Maybe your system is low on

memory
or something. But I CAN tell you that it is a member of the Page class.
Check the .Net SDK (it's a free download):

http://www.microsoft.com/downloads/d...displaylang=en

--
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:%2****************@TK2MSFTNGP11.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...
> 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...
> > 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
> >
> >
>
>



Nov 17 '05 #11

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Earl Teigrob | last post by:
I have a Web Custom Control that builds javascript to write to the page. The DatePickerJs() function builds over 500 lines of javacript code. Even thought my Custom Web Control does not write it to...
6
by: Rajan | last post by:
I have used RegisterClientScriptBlock in my ASP.NET page. it works well. Here I have problem. When Postback occurs, I dont want the script to be emitted. But It emits the Script even if I dont call...
2
by: sam | last post by:
I am trying to emit script to the response stream within the Application_Error handler in global.asax. I want to emit using Page.RegisterClientScriptBlock. This doesn't work, and I have been...
1
by: Simon Harris | last post by:
Hi All, I'm trying to write a composite web control which will render a rich text editor. I am having problems with RegisterClientScriptBlock - The script simply doesnt get written. There are...
1
by: Jason Chan | last post by:
in asp.net 2.0, Page.RegisterClientScriptBlock is replaced by Client.RegisterClientScriptBlock function signature: Client.RegisterClientScriptBlock(Type, String, String) what should i put...
2
by: kewl | last post by:
Hi All, We have an ASP.NET 2.0 (C#) intranet application that needs to spawn multiple browsers using RegisterClientScriptBlock. Here's what we got so far: // Go thru each datarow in the...
9
by: Nathan Sokalski | last post by:
I have used the RegisterClientScriptBlock method in external functions of mine (ones that are saved in a separate *.vb file), where I use them as follows: Public Shared Sub MyFunction(ByVal...
4
by: Nathan Sokalski | last post by:
I am working on converting my code from ASP.NET 1.1 to ASP.NET 2.0. In ASP.NET 1.1 the RegisterClientScriptBlock method was just a key and script (2 Strings), but in ASP.NET the...
3
by: | last post by:
Hello, I try to open a new Window in code behind with : ClientScript.RegisterClientScriptBlock(this.GetType(), "MyOpenScript", "window.open('toto.doc');", true); My problem is that the new...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.