[CLOSED] Adding RemoteValidation ExtraParams in server side but when RemoteValidation fired, the ExtraParams are ignored

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Adding RemoteValidation ExtraParams in server side but when RemoteValidation fired, the ExtraParams are ignored

    Hello:

    I have a user control which has a textField and textField is enable RemoteValidation. I add the ExtraParams to RemoteValidation on the server side, on "OnPreRender" but when the validation fired, I track the HTTP trace and found only "id" and "value" has send to server. The ExtraParams which I added on server side are totally missing.
    here is the example for how I add the ExtraParames in RemoteValidataion in server side.
    textFieldName.RemoteValidation.ExtraParams.Add(new Parameter("planID", "this.PlanId", ParameterMode.Raw));
    Could you tell me what's the problem it is? Thank you

    Tom
    Last edited by Daniil; Aug 01, 2011 at 5:05 PM. Reason: [CLOSED]

Similar Threads

  1. AfterEdit after RemoteValidation?
    By chearner in forum 1.x Help
    Replies: 0
    Last Post: Oct 19, 2011, 6:15 PM
  2. [1.1] RemoteValidation
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 12, 2011, 7:44 AM
  3. RemoteValidation ?
    By nanlinfeixue in forum 1.x Help
    Replies: 0
    Last Post: Jun 20, 2011, 10:49 AM
  4. [CLOSED] RemoteValidation ExtraParams are ignored
    By daneel in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Mar 11, 2011, 3:40 PM
  5. [CLOSED] [1.0] RemoteValidation
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 25
    Last Post: Dec 25, 2010, 1:07 PM

Posting Permissions