textbox in a form Viewstate question

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

    textbox in a form Viewstate question

    I thought if you turn viewstate of on that textbox, the value does not show
    up back in the textbox after you post???

    --

    _______________ _______
    David Fetrow
    HelixPoint LLC.

    davef@helixpoin t.com

    Interested in Affordable Email Marketing?
    Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
    If you are interested in becoming a Reseller of HelixPoint products, contact
    davef@helixpoin t.com
    _______________ _______


  • Frank Drebin

    #2
    Re: textbox in a form Viewstate question

    It shouldn't... but are you doing something in page_load that populates it?
    If you have viewstate off - load the page, type something in the textbox -
    it should lose it when you postback...


    "Davef" <dave@helixpoin t.com> wrote in message
    news:ugsyjYyaDH A.300@TK2MSFTNG P12.phx.gbl...[color=blue]
    > I thought if you turn viewstate of on that textbox, the value does not[/color]
    show[color=blue]
    > up back in the textbox after you post???
    >
    > --
    >
    > _______________ _______
    > David Fetrow
    > HelixPoint LLC.
    > http://www.helixpoint.com
    > davef@helixpoin t.com
    >
    > Interested in Affordable Email Marketing?
    > Check out the HelixMailer at http://www.helixpoint.com/helixmailer.asp
    > If you are interested in becoming a Reseller of HelixPoint products,[/color]
    contact[color=blue]
    > davef@helixpoin t.com
    > _______________ _______
    >
    >[/color]


    Comment

    Working...