Keeping the text with the postback

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nebula53
    New Member
    • Aug 2010
    • 32

    Keeping the text with the postback

    When I write down my comments inside the text box, how can I keep the comments with the postback


    [imgnothumb]http://bytes.com/attachments/attachment/5401d1315208942/untitled.jpg[/imgnothumb]
    Attached Files
    Last edited by Frinavale; Sep 8 '11, 01:32 AM. Reason: added picture
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    It should keep it's content unless you have manually disabled viewstate for the textbox.

    Or else you are binding data to the textbox (or otherwise clearing it's content) during the page load event or something.

    -Frinny

    Comment

    Working...