registerclientscript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boris Twila

    registerclientscript

    i need a tutorial
    thanks


  • Laurent Bugnion

    #2
    Re: registerclients cript

    Hi,

    Boris Twila wrote:
    i need a tutorial
    thanks
    It would be nice if you didn't write the post's subject only in the
    title. Makes it difficult to read you on mobile devices.

    About RegisterClientS cript, what it does is create a "<script>" section
    in the HTML page. You can use it to produce JavaScript content on the
    client.

    Is it what you wanted to know?

    Greetings,
    Laurent
    --
    Laurent Bugnion, GalaSoft
    Software engineering: http://www.galasoft-LB.ch
    PhotoAlbum: http://www.galasoft-LB.ch/pictures
    Support children in Calcutta: http://www.calcutta-espoir.ch

    Comment

    • Olaf Rabbachin

      #3
      Re: registerclients cript

      Hi,

      Boris Twila wrote:
      i need a tutorial
      check out https://www.codeproject.com/aspnet/C...ackAspNet2.asp.

      Cheers,
      Olaf
      --
      My .02: www.Resources.IntuiDev.com

      Comment

      • Boris Twila

        #4
        Re: registerclients cript

        that article does not even have the word
        registerclients cript in ut at all.

        Sheesh


        Comment

        • Boris Twila

          #5
          Re: registerclients cript

          was that a tutorial that you just gave me?
          It would be nice if you answered the actual question


          Comment

          • George Ter-Saakov

            #6
            Re: registerclients cript

            Do a better search.
            Or hit Cntrl + F in your browser.

            PS: My tutorial registerclients cript = "register client script"
            Just follow your instincts and you get it working .....


            George.

            "Boris Twila" <btwila@removem ezztop1.comwrot e in message
            news:OAmxE$d$GH A.4808@TK2MSFTN GP03.phx.gbl...
            that article does not even have the word
            registerclients cript in ut at all.
            >
            Sheesh
            >
            >

            Comment

            • Laurent Bugnion

              #7
              Re: registerclients cript

              Hi,

              Boris Twila wrote:
              was that a tutorial that you just gave me?
              It would be nice if you answered the actual question
              The sentence "About RegisterClientS cript, what it does is create a
              "<script>" section in the HTML page. You can use it to produce
              JavaScript content on the client." is enough to get any programmer worth
              its salt started.

              So yes, I did.

              HTH
              Laurent
              --
              Laurent Bugnion, GalaSoft
              Software engineering: http://www.galasoft-LB.ch
              PhotoAlbum: http://www.galasoft-LB.ch/pictures
              Support children in Calcutta: http://www.calcutta-espoir.ch

              Comment

              • Olaf Rabbachin

                #8
                Re: registerclients cript

                Hi,

                Boris Twila wrote:
                that article does not even have the word
                registerclients cript in ut at all.
                just read it. Usage is not like pasting a line of code and using it "as is"
                in your own app. And BTW - you should be using RegisterClientS criptBlock if
                you're using ASP.Net 2.

                Cheers,
                Olaf
                --
                My .02: www.Resources.IntuiDev.com

                Comment

                • Boris Twila

                  #9
                  Re: registerclients cript

                  i am using asp,net 2 but RegisterClientS criptBlock isn't recognized in
                  intellisense in my ide vwd



                  Comment

                  • Boris Twila

                    #10
                    Re: registerclients cript

                    I already know that. Else how could have posted the question.
                    Here is a tutorial good enough for a programmer worth *his* salt to get
                    started:



                    Comment

                    • Olaf Rabbachin

                      #11
                      Re: registerclients cript

                      Hi,

                      Boris Twila wrote:
                      i am using asp,net 2 but RegisterClientS criptBlock isn't recognized in
                      intellisense in my ide vwd
                      in C#:
                      this.ClientScri pt.RegisterClie ntScriptBlock

                      or VB:
                      Me.ClientScript .RegisterClient ScriptBlock

                      .... doesn't give you any intellisense? Are you doing this from a web-page?

                      Cheers,
                      Olaf
                      --
                      My .02: www.Resources.IntuiDev.com

                      Comment

                      • Laurent Bugnion

                        #12
                        Re: registerclients cript

                        Hi,

                        Olaf Rabbachin wrote:
                        Hi,
                        >
                        Boris Twila wrote:
                        >
                        >i am using asp,net 2 but RegisterClientS criptBlock isn't recognized in
                        >intellisense in my ide vwd
                        >
                        in C#:
                        this.ClientScri pt.RegisterClie ntScriptBlock
                        >
                        or VB:
                        Me.ClientScript .RegisterClient ScriptBlock
                        >
                        ... doesn't give you any intellisense? Are you doing this from a web-page?
                        >
                        Cheers,
                        Olaf
                        If that's an upgraded project from ASP.NET 1.1, the System.Web dll must
                        be referenced manually. The ClientScriptMan ager is a new class in 2.0

                        HTH,
                        Laurent
                        --
                        Laurent Bugnion, GalaSoft
                        Software engineering: http://www.galasoft-LB.ch
                        PhotoAlbum: http://www.galasoft-LB.ch/pictures
                        Support children in Calcutta: http://www.calcutta-espoir.ch

                        Comment

                        Working...