Get Values Entered into HTML Inputs on PostBack

  •  01-17-2012, 5:37 PM

    Get Values Entered into HTML Inputs on PostBack

    I have HTML stored in a database that I load into an editor on page load.  The HTML contains text inputs and I open the editor in View mode.  The user can fill in the HTML text inputs.  I have used name and ID attributes on the text inputs.
     
    Is there any way to access the values that they entered on form postback? 
View Complete Thread