'Value' of form element not saved?

  •  03-19-2008, 6:07 PM

    'Value' of form element not saved?

    We are using Cutesoft version 6.0 in a Framework 2.0 ASP.NET application.   I defined several form elements within the editor, a part of the resulting HTML code follows.    When I type into the textbox with ID=Text1 and attempt to save the contents (HTML) of the editor into our database, the text that I typed in is not saved.   A debugger session with Visual Studio 2005 verifies that the 'value' parameter of the textbox remains blank.   Is there some kind of configuration setting, etc? which needs to be set in order to capture the 'value' of form elements?  Thanks.

    "<DIV style="FONT-SIZE: 10pt; FONT-FAMILY: Arial"><STRONG>

    <FIELDSET style="WIDTH: 793px; HEIGHT: 179px">

    <DIV><LEGEND title=Customer/Part style="FONT-SIZE: 12pt; COLOR: #0000ff">Customer/Part</LEGEND></DIV>

    <DIV>&nbsp;</DIV>

    <DIV><TABLE style="WIDTH: 738px; BORDER-COLLAPSE: collapse; HEIGHT: 183px" cellSpacing=0 cellPadding=3 align=right border=1>

    <TBODY>

    <TR>

    <TD><STRONG style="FONT-SIZE: 10pt">Customer</STRONG></TD>

    <TD><INPUT id=Text1 value=" " name=Customer></TD>

    <TD style="FONT-SIZE: 10pt"> <P align=right><STRONG>Location</STRONG></P> </TD>

View Complete Thread