Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
350
WebTextEdit not retaining value, please help!!!
posted

I have multiple fields on the screen (both WebCombo and WebTextEdit). If a user enters data into a WebTextEdit field and immediately clicks on the "Submit" button, the value that was entered into the WebTextEdit field is not retained and returns a blank value.

Is there a fix for this or a work around or something?

Parents
  • 24497
    posted

    Hi,

    I tested following and it did not have issue which you described.

        <igtxt:WebTextEdit ID="WebTextEdit1" runat="server"></igtxt:WebTextEdit>
        <igcmbo:WebCombo ID="WebCombo1" runat="server"></igcmbo:WebCombo>
        <igtxt:WebTextEdit ID="WebTextEdit2" runat="server"></igtxt:WebTextEdit>
        <igcmbo:WebCombo ID="WebCombo2" runat="server"></igcmbo:WebCombo>
        <asp:Button ID="Button1" runat="server" Text="Button" />

Reply Children