How to save in database? --- what happend?

Last post 10-01-2005, 12:34 AM by anbaz. 2 replies.
Sort Posts: Previous Next
  •  09-30-2005, 8:49 PM 11253

    How to save in database? --- what happend?

    Hi,
     
    I am using CuteEditor 5.0 version. My HTML document has just one drop down box.
    The drop down box have 3 values :
    Value 1 : SINGAPORE
    Value 2 : INDIA
    Value 3: USA
     
    When I select the value INDIA, client side HTML shows :-
    <div>
       <select style="width: 130px">
           <option value=sin>SINGAPORE</option>
           <option value=ind selected>INDIA</option>
           <option value=us>USA</option>
       </select>
    </div>
    However, I decide to save the HTML page into the database. Using the API command Editor1.XHTML, I save it using XHMTL and separately as text. Now, I expect the Editor to save my keeping my above selections intact. But on saving the page, I find that your Editor is not able to store the selected value = India. When I reload the page I find that the selected value = India is not displaying at all. Instead the dropdown box shows the first value = Singapore.
    I do need the selected value to be saved on the database. Cud you please explain what I should do ?
     
    Regards,
    Anbaz.
  •  09-30-2005, 10:51 PM 11255 in reply to 11253

    Re: How to save in database? --- what happend?

    Anbaz,
     
    Please download the latest build.
     
    That will resolve your problem.
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

  •  10-01-2005, 12:34 AM 11269 in reply to 11255

    Re: How to save in database? --- what happend?

    Hi Adam,
     
    Thanks, The latet download solved my problem. 
    Regards,
    Anbaz.
View as RSS news feed in XML