[CLOSED] Form validation on Page_Load

  1. #1

    [CLOSED] Form validation on Page_Load

    When I open my profile window on my desktop, the validation is being fired putting a red line in all my text boxes. I searched the forum and this issue is being resolved as a bug fix, but I still have the problem. I've tried using all methods (clear, clearinvalid, reset, setrawvalue, setvalue) but still the red line won't disappear. I even found out that SetRawValue reproduces a JS error since the window isn't shown yet (and clearing the form occurs in Page_Load). Any ideas?
  2. #2

    RE: [CLOSED] Form validation on Page_Load

    The fact that some of the controls aren't accessible at page load is giving me a head ache. Is there something I can do to render the entire desktop before Page_Load?
  3. #3

    RE: [CLOSED] Form validation on Page_Load

    Hi,

    I can't say anything concrete without example. May be you have FormPanel with MonitorValid="true" property (which poll valid state of the controls)

    What error the SetRawValue function reproduces?

    "Is there something I can do to render the entire desktop before Page_Load?"
    Page_Load is server side event but rendering all coolite controls performs on client side only (after generating page code and send it back to the client)

    "The fact that some of the controls aren't accessible at page load is giving me a head ache. "
    Please provide more details
  4. #4

    RE: [CLOSED] Form validation on Page_Load

    I'm going to assume one of Vladimirs suggestions above has helped solve the problem and I'm marking this thread as [CLOSED].

    If this issue is still and issue, please feel free at any time in the future to post a code sample demonstrating how to reproduce the issue and we'll re-open the issue. :)


    Geoffrey McGill
    Founder

Similar Threads

  1. [CLOSED] V2.0 Validation Form Help
    By Aurelio in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 14, 2012, 2:55 PM
  2. [CLOSED] Unwanted Validation on Page_Load and Focus
    By LarryAucoin in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 17, 2012, 6:45 AM
  3. Login form - validation form
    By LordMX in forum 1.x Help
    Replies: 0
    Last Post: Aug 14, 2011, 11:44 AM
  4. [CLOSED] RowEditor & Form Validation
    By ljcorreia in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Jul 22, 2011, 9:45 AM
  5. [CLOSED] validation form all
    By rnfigueira in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Mar 22, 2011, 8:05 PM

Posting Permissions