Read Hidden in web Page

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MrFulvio@hotmail.com

    Read Hidden in web Page


    GoodMoring

    How can i read the hidden text od data in web page ???

    Ths to all

  • Patrice

    #2
    Re: Read Hidden in web Page

    HiddenField1.Va lue (or what do you mean by the "hidden text" if you are not
    talking about the HiddenField control ?).

    --
    Patrice


    <MrFulvio@hotma il.coma écrit dans le message de news:
    1192437044.3806 80.215550@i13g2 00...legr oups.com...
    >
    GoodMoring
    >
    How can i read the hidden text od data in web page ???
    >
    Ths to all
    >

    Comment

    • MrFulvio@hotmail.com

      #3
      Re: Read Hidden in web Page

      On 15 Ott, 16:05, "Patrice" <http://www.chez.com/scribe/wrote:
      HiddenField1.Va lue (or what do you mean by the "hidden text" if you are not
      talking about the HiddenField control ?).
      >
      --
      Patrice
      >
      <MrFul...@hotma il.coma écrit dans le message de news:
      1192437044.3806 80.215...@i13g2 000prf.googlegr oups.com...
      >
      >
      >
      >
      >
      GoodMoring
      >
      How can i read the hidden text od data in web page ???
      >
      Ths to all- Nascondi testo tra virgolette -
      >
      - Mostra testo tra virgolette -
      no In the web page there is a Post Form whit some value hidden

      es.
      Name
      Tipo Value
      27fbcdferfsfsfs
      hidden 2dfrdvbgdtf=

      Comment

      • Patrice

        #4
        Re: Read Hidden in web Page

        Where are stored those hidden values ? By design when you post a form, the
        value of the textboxes, dropdow, checkboxes etc... are sent to the server.
        If the content you are talking about is not inside any kind of user input
        filed you won't be able to retreive this server side (unless you post this
        in the querystring or copy the value for example in an hidden field).

        Also note that an ASP page runs server side, is destroyed and rerun again
        ont he next round trip. i.e. if the hidden values you are talink about are
        server side properties they just live the time of the HTP request unless you
        restore them on each execution...

        We won't be able to help if you can't provide us with the exact context in
        whihc you have the problem you seem to have.

        --
        Patrice

        <MrFulvio@hotma il.coma écrit dans le message de news:
        1192512749.6757 75.245070@e34g2 00...legr oups.com...
        On 15 Ott, 16:05, "Patrice" <http://www.chez.com/scribe/wrote:
        HiddenField1.Va lue (or what do you mean by the "hidden text" if you are
        not
        talking about the HiddenField control ?).
        >
        --
        Patrice
        >
        <MrFul...@hotma il.coma écrit dans le message de news:
        1192437044.3806 80.215...@i13g2 000prf.googlegr oups.com...
        >
        >
        >
        >
        >
        GoodMoring
        >
        How can i read the hidden text od data in web page ???
        >
        Ths to all- Nascondi testo tra virgolette -
        >
        - Mostra testo tra virgolette -
        no In the web page there is a Post Form whit some value hidden

        es.
        Name
        Tipo Value
        27fbcdferfsfsfs
        hidden 2dfrdvbgdtf=


        Comment

        Working...