Get Values Entered into HTML Inputs on PostBack

Last post 01-22-2012, 8:53 AM by dkirschman. 2 replies.
Sort Posts: Previous Next
  •  01-17-2012, 5:37 PM 72725

    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? 
  •  01-18-2012, 6:29 AM 72732 in reply to 72725

    Re: Get Values Entered into HTML Inputs on PostBack

    Hi dkirschman,
     
    Please refer to example http://www.cutesoft.net/example/xmloutput.aspx, it shows you how to get the html code of CuteEditor.
     
    You can find the source code in your editor download package.
     
    Regards,
     
    Ken
  •  01-22-2012, 8:53 AM 72786 in reply to 72732

    Re: Get Values Entered into HTML Inputs on PostBack

    I know how to get the HTML out.  I'm trying to get the values that the user typed into text inputs.
     
    1.  I load HTML into the CuteEditor and show the Preview tab on form load.
    2.  The user sees the rendered content with text inputs and enters values into them.
    3.  The form posts back and I access the HTML.
     
    How do I get the values that the user typed into the rendered HTML form?
     
    Thanks! 
View as RSS news feed in XML