Avoid Form's control Submit

  1. #1

    Avoid Form's control Submit

    Hi,

    Is any way to avoid a control into a FormPanel (or all controls inside a panel) to be submitted?

    Thanks.
    Last edited by Dominik; Oct 09, 2012 at 1:41 PM.
  2. #2
    try to set SubmitValue="false" for required field
  3. #3
    Well,


    I have an UserControl with lot of controls loaded into a Panel, and this UserControl is used in other views.


    So, adding SubmitValue property to all these control would be a problem.


    In this way, s any way to perform the reverse operation? That is, add a control outside a FormPanel as "submittable"...

    May be using params?
  4. #4
    Yes,

    I bind the control's value manually, and then added its value in submit parameters.

    Regards.

Similar Threads

  1. [CLOSED] Form Submit
    By IanPearce in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: May 07, 2012, 9:28 AM
  2. [CLOSED] Submit gridpanel data in form submit
    By jchau in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 14, 2010, 7:25 PM
  3. Form Submit JS Error
    By cleve in forum 1.x Help
    Replies: 0
    Last Post: Jul 10, 2010, 3:27 AM
  4. [CLOSED] [1.0] Form Submit
    By Timothy in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Feb 17, 2010, 8:02 AM
  5. [CLOSED] How to avoid form flickering while postback
    By king1231986 in forum 1.x Help
    Replies: 4
    Last Post: Nov 06, 2008, 1:54 AM

Posting Permissions