Where is RegisterClientScriptBlock?? RegisterScripts etc.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MS News

    Where is RegisterClientScriptBlock?? RegisterScripts etc.

    Hello,

    Where can I find
    RegisterClientS criptBlock()

    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


  • Kevin Spencer

    #2
    Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

    It's a member of the Page class.

    --
    HTH,

    Kevin Spencer
    Microsoft MVP
    ..Net Developer

    Complex things are made up of
    lots of simple things.

    "MS News" <sql_agentman@h otmail.com> wrote in message
    news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...[color=blue]
    > Hello,
    >
    > Where can I find
    > RegisterClientS criptBlock()
    >
    > 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
    >
    >[/color]


    Comment

    • MS News

      #3
      Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

      But It does not show.
      I am using VB.NET for this Project
      when I type Page.RegisterCl ientScript 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" <kevin@takempis .com> wrote in message
      news:O1iS2k3WDH A.608@TK2MSFTNG P12.phx.gbl...[color=blue]
      > 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" <sql_agentman@h otmail.com> wrote in message
      > news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...[color=green]
      > > Hello,
      > >
      > > Where can I find
      > > RegisterClientS criptBlock()
      > >
      > > 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[/color][/color]
      it[color=blue][color=green]
      > >
      > > It won't take any arguments
      > >
      > > I am using Framework 1.1 VS2003 etc..
      > >
      > > What Am I missing
      > >
      > >
      > >
      > > Thanks in advance.
      > >
      > >
      > >
      > > J
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Bill Priess

        #4
        Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

        Oops, forgot you were using VB...

        Page.RegisterSt artupScript(ByV al key as String, ByVal script as String)

        Page.RegisterCl ientScriptBlock (ByVal key as String, ByVal script as String)

        Bill P.

        On Tue, 5 Aug 2003 10:58:34 -0700, MS News <sql_agentman@h otmail.com>
        wrote:
        [color=blue]
        > But It does not show.
        > I am using VB.NET for this Project
        > when I type Page.RegisterCl ientScript 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" <kevin@takempis .com> wrote in message
        > news:O1iS2k3WDH A.608@TK2MSFTNG P12.phx.gbl...[color=green]
        >> 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" <sql_agentman@h otmail.com> wrote in message
        >> news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...[color=darkred]
        >> > Hello,
        >> >
        >> > Where can I find
        >> > RegisterClientS criptBlock()
        >> >
        >> > 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[/color][/color]
        > it[color=green][color=darkred]
        >> >
        >> > It won't take any arguments
        >> >
        >> > I am using Framework 1.1 VS2003 etc..
        >> >
        >> > What Am I missing
        >> >
        >> >
        >> >
        >> > Thanks in advance.
        >> >
        >> >
        >> >
        >> > J
        >> >
        >> >[/color]
        >>
        >>[/color]
        >
        >
        >[/color]



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

        Comment

        • Kevin Spencer

          #5
          Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

          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):



          --
          HTH,

          Kevin Spencer
          Microsoft MVP
          ..Net Developer
          All hotels in Benidorm. The best selection of Benidorm hotels with reviews and maps. Book in advance and save.

          Complex things are made up of
          lots of simple things.

          "MS News" <sql_agentman@h otmail.com> wrote in message
          news:%23TIDps3W DHA.2032@TK2MSF TNGP11.phx.gbl. ..[color=blue]
          > But It does not show.
          > I am using VB.NET for this Project
          > when I type Page.RegisterCl ientScript it just does not show up in
          > intellisence
          > I have heard that VB.NET does not list all possible available members of[/color]
          a[color=blue]
          > class
          > What is the Trick to list all members until you use it at least once. ([/color]
          IDE[color=blue]
          > editor performance reasons ??? )
          > Can anyone help
          >
          > Thanks
          > "Kevin Spencer" <kevin@takempis .com> wrote in message
          > news:O1iS2k3WDH A.608@TK2MSFTNG P12.phx.gbl...[color=green]
          > > 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" <sql_agentman@h otmail.com> wrote in message
          > > news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...[color=darkred]
          > > > Hello,
          > > >
          > > > Where can I find
          > > > RegisterClientS criptBlock()
          > > >
          > > > 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[/color][/color]
          > it[color=green][color=darkred]
          > > >
          > > > It won't take any arguments
          > > >
          > > > I am using Framework 1.1 VS2003 etc..
          > > >
          > > > What Am I missing
          > > >
          > > >
          > > >
          > > > Thanks in advance.
          > > >
          > > >
          > > >
          > > > J
          > > >
          > > >[/color]
          > >
          > >[/color]
          >
          >[/color]


          Comment

          • MS News

            #6
            Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

            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" <kevin@takempis .com> wrote in message
            news:ehrZIs4WDH A.2040@TK2MSFTN GP11.phx.gbl...[color=blue]
            > I can't tell you why it doesn't show up. Maybe your system is low on[/color]
            memory[color=blue]
            > 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):
            >
            >[/color]
            http://www.microsoft.com/downloads/d...displaylang=en[color=blue]
            >
            > --
            > HTH,
            >
            > Kevin Spencer
            > Microsoft MVP
            > .Net Developer
            > http://www.takempis.com
            > Complex things are made up of
            > lots of simple things.
            >
            > "MS News" <sql_agentman@h otmail.com> wrote in message
            > news:%23TIDps3W DHA.2032@TK2MSF TNGP11.phx.gbl. ..[color=green]
            > > But It does not show.
            > > I am using VB.NET for this Project
            > > when I type Page.RegisterCl ientScript it just does not show up in
            > > intellisence
            > > I have heard that VB.NET does not list all possible available members[/color][/color]
            of[color=blue]
            > a[color=green]
            > > class
            > > What is the Trick to list all members until you use it at least once. ([/color]
            > IDE[color=green]
            > > editor performance reasons ??? )
            > > Can anyone help
            > >
            > > Thanks
            > > "Kevin Spencer" <kevin@takempis .com> wrote in message
            > > news:O1iS2k3WDH A.608@TK2MSFTNG P12.phx.gbl...[color=darkred]
            > > > 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" <sql_agentman@h otmail.com> wrote in message
            > > > news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...
            > > > > Hello,
            > > > >
            > > > > Where can I find
            > > > > RegisterClientS criptBlock()
            > > > >
            > > > > Page class does not have it. Do I have to Import or add some[/color][/color][/color]
            special[color=blue][color=green][color=darkred]
            > > > > reference??
            > > > >
            > > > > what about RegisterScript which I can see but can not do anything[/color][/color][/color]
            with[color=blue][color=green]
            > > it[color=darkred]
            > > > >
            > > > > It won't take any arguments
            > > > >
            > > > > I am using Framework 1.1 VS2003 etc..
            > > > >
            > > > > What Am I missing
            > > > >
            > > > >
            > > > >
            > > > > Thanks in advance.
            > > > >
            > > > >
            > > > >
            > > > > J
            > > > >
            > > > >
            > > >
            > > >[/color]
            > >
            > >[/color]
            >
            >[/color]


            Comment

            • Bill Priess

              #7
              Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

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

              From MSDN:

              ms-
              help://MS.MSDNQTR.2003 APR.1033/vsintro7/html/vcovrWhenIntell iSenseIsUnavail able.htm

              Might help... dunno...

              On Tue, 5 Aug 2003 10:18:16 -0700, MS News <sql_agentman@h otmail.com>
              wrote:
              [color=blue]
              > Hello,
              >
              > Where can I find
              > RegisterClientS criptBlock()
              >
              > 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
              >
              >
              >[/color]



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

              Comment

              • MS News \(MS LVP\)

                #8
                Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

                Bill

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

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

                C# Rules the Earthlings Universe



                "Bill Priess" <no.spam@nospam .com> wrote in message
                news:oprtge81vz cimqky@localhos t...[color=blue]
                > Hey, I thought that whole thread about VB vs C# made it clear that VB
                > doesn't suck? ;)
                >
                > From MSDN:
                >
                > ms-
                >[/color]
                help://MS.MSDNQTR.2003 APR.1033/vsintro7/html/vcovrWhenIntell iSenseIsUnavail a
                ble.htm[color=blue]
                >
                > Might help... dunno...
                >
                > On Tue, 5 Aug 2003 10:18:16 -0700, MS News <sql_agentman@h otmail.com>
                > wrote:
                >[color=green]
                > > Hello,
                > >
                > > Where can I find
                > > RegisterClientS criptBlock()
                > >
                > > 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[/color][/color]
                it[color=blue][color=green]
                > >
                > > It won't take any arguments
                > >
                > > I am using Framework 1.1 VS2003 etc..
                > >
                > > What Am I missing
                > >
                > >
                > >
                > > Thanks in advance.
                > >
                > >
                > >
                > > J
                > >
                > >
                > >[/color]
                >
                >
                >
                > --
                > Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/[/color]


                Comment

                • Ken Cox [Microsoft MVP]

                  #9
                  Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

                  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" <sql_agentman@h otmail.com> wrote in message
                  news:%23X2ZHz4W DHA.388@TK2MSFT NGP10.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" <kevin@takempis .com> wrote in message
                  news:ehrZIs4WDH A.2040@TK2MSFTN GP11.phx.gbl...[color=blue]
                  > I can't tell you why it doesn't show up. Maybe your system is low on[/color]
                  memory[color=blue]
                  > 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):
                  >
                  >[/color]
                  http://www.microsoft.com/downloads/d...displaylang=en[color=blue]
                  >
                  > --
                  > HTH,
                  >
                  > Kevin Spencer
                  > Microsoft MVP
                  > .Net Developer
                  > http://www.takempis.com
                  > Complex things are made up of
                  > lots of simple things.
                  >
                  > "MS News" <sql_agentman@h otmail.com> wrote in message
                  > news:%23TIDps3W DHA.2032@TK2MSF TNGP11.phx.gbl. ..[color=green]
                  > > But It does not show.
                  > > I am using VB.NET for this Project
                  > > when I type Page.RegisterCl ientScript it just does not show up in
                  > > intellisence
                  > > I have heard that VB.NET does not list all possible available members[/color][/color]
                  of[color=blue]
                  > a[color=green]
                  > > class
                  > > What is the Trick to list all members until you use it at least once. ([/color]
                  > IDE[color=green]
                  > > editor performance reasons ??? )
                  > > Can anyone help
                  > >
                  > > Thanks
                  > > "Kevin Spencer" <kevin@takempis .com> wrote in message
                  > > news:O1iS2k3WDH A.608@TK2MSFTNG P12.phx.gbl...[color=darkred]
                  > > > 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" <sql_agentman@h otmail.com> wrote in message
                  > > > news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...
                  > > > > Hello,
                  > > > >
                  > > > > Where can I find
                  > > > > RegisterClientS criptBlock()
                  > > > >
                  > > > > Page class does not have it. Do I have to Import or add some[/color][/color][/color]
                  special[color=blue][color=green][color=darkred]
                  > > > > reference??
                  > > > >
                  > > > > what about RegisterScript which I can see but can not do anything[/color][/color][/color]
                  with[color=blue][color=green]
                  > > it[color=darkred]
                  > > > >
                  > > > > It won't take any arguments
                  > > > >
                  > > > > I am using Framework 1.1 VS2003 etc..
                  > > > >
                  > > > > What Am I missing
                  > > > >
                  > > > >
                  > > > >
                  > > > > Thanks in advance.
                  > > > >
                  > > > >
                  > > > >
                  > > > > J
                  > > > >
                  > > > >
                  > > >
                  > > >[/color]
                  > >
                  > >[/color]
                  >
                  >[/color]



                  Comment

                  • MS News \(MS LVP\)

                    #10
                    Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

                    Thank you


                    "Chris R. Timmons" <crtimmons@X_NO SPAM_Xcrtimmons inc.com> wrote in message
                    news:Xns93CEC9C 49DB81crtimmons crtimmonsin@207 .46.248.16...[color=blue]
                    > "MS News \(MS LVP\)" <sql_agentman@h otmail.com> wrote in
                    > news:#$tDKx6WDH A.1268@TK2MSFTN GP11.phx.gbl:
                    >[color=green]
                    > > Bill
                    > >
                    > > How do I access this:
                    > > help://MS.MSDNQTR.2003 APR.1033/vsintro7/html/vcovrWhenIntell iSens
                    > > eIsUnavaila ble.htm[/color]
                    >
                    > http://msdn.microsoft.com/library/en-
                    > us/vsintro7/html/vcovrWhenIntell iSenseIsUnavail able.asp
                    >
                    > or
                    >
                    > http://tinyurl.com/j4bt
                    >
                    > Chris.
                    > -------------
                    > C.R. Timmons Consulting, Inc.
                    > http://www.crtimmonsinc.com/[/color]


                    Comment

                    • MS News \(MS LVP\)

                      #11
                      Re: Where is RegisterClientS criptBlock?? RegisterScripts etc.

                      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]" <BANSPAMken_cox @sympatico.ca> wrote in message
                      news:efoGjg7WDH A.608@TK2MSFTNG P12.phx.gbl...[color=blue]
                      > 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[/color]
                      and[color=blue]
                      > then uncheck Hide advanced members.
                      >
                      > Ken
                      > MVP [ASP.NET]
                      >
                      > "MS News" <sql_agentman@h otmail.com> wrote in message
                      > news:%23X2ZHz4W DHA.388@TK2MSFT NGP10.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" <kevin@takempis .com> wrote in message
                      > news:ehrZIs4WDH A.2040@TK2MSFTN GP11.phx.gbl...[color=green]
                      > > I can't tell you why it doesn't show up. Maybe your system is low on[/color]
                      > memory[color=green]
                      > > 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):
                      > >
                      > >[/color]
                      >[/color]
                      http://www.microsoft.com/downloads/d...displaylang=en[color=blue][color=green]
                      > >
                      > > --
                      > > HTH,
                      > >
                      > > Kevin Spencer
                      > > Microsoft MVP
                      > > .Net Developer
                      > > http://www.takempis.com
                      > > Complex things are made up of
                      > > lots of simple things.
                      > >
                      > > "MS News" <sql_agentman@h otmail.com> wrote in message
                      > > news:%23TIDps3W DHA.2032@TK2MSF TNGP11.phx.gbl. ..[color=darkred]
                      > > > But It does not show.
                      > > > I am using VB.NET for this Project
                      > > > when I type Page.RegisterCl ientScript it just does not show up in
                      > > > intellisence
                      > > > I have heard that VB.NET does not list all possible available members[/color][/color]
                      > of[color=green]
                      > > a[color=darkred]
                      > > > class
                      > > > What is the Trick to list all members until you use it at least once.[/color][/color][/color]
                      ([color=blue][color=green]
                      > > IDE[color=darkred]
                      > > > editor performance reasons ??? )
                      > > > Can anyone help
                      > > >
                      > > > Thanks
                      > > > "Kevin Spencer" <kevin@takempis .com> wrote in message
                      > > > news:O1iS2k3WDH A.608@TK2MSFTNG P12.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" <sql_agentman@h otmail.com> wrote in message
                      > > > > news:OYapHW3WDH A.1280@tk2msftn gp13.phx.gbl...
                      > > > > > Hello,
                      > > > > >
                      > > > > > Where can I find
                      > > > > > RegisterClientS criptBlock()
                      > > > > >
                      > > > > > Page class does not have it. Do I have to Import or add some[/color][/color]
                      > special[color=green][color=darkred]
                      > > > > > reference??
                      > > > > >
                      > > > > > what about RegisterScript which I can see but can not do anything[/color][/color]
                      > with[color=green][color=darkred]
                      > > > it
                      > > > > >
                      > > > > > It won't take any arguments
                      > > > > >
                      > > > > > I am using Framework 1.1 VS2003 etc..
                      > > > > >
                      > > > > > What Am I missing
                      > > > > >
                      > > > > >
                      > > > > >
                      > > > > > Thanks in advance.
                      > > > > >
                      > > > > >
                      > > > > >
                      > > > > > J
                      > > > > >
                      > > > > >
                      > > > >
                      > > > >
                      > > >
                      > > >[/color]
                      > >
                      > >[/color]
                      >
                      >
                      >[/color]


                      Comment

                      Working...