[CLOSED] CheckboxGroup, adding checkboxes dynamically and viewstate

  1. #1

    [CLOSED] CheckboxGroup, adding checkboxes dynamically and viewstate

    Hi

    I'm using todays build.


    The situation is:

    I recreate dynamically on every request checkboxes for my checkbox lists. This all works and I can read the values and save them.


    The problem:

    When I set DisableViewState="False" in the resourcemanager It does not work anymore. The page is fat because of the viewstate.



    Q 1:

    Is there a way around this? I don't want the fat viewstate.



    Q 2:

    When will that recreation thing a thing of the past? It's so ugly,annoying and so not ext.net



    Cheers,
    Edward
    Last edited by Daniil; Mar 15, 2011 at 7:16 AM. Reason: Marked as [CLOSED]. No more information was provided.
  2. #2
    Hi,

    1. You have to set true (not false) to remove viewstate
    DisableViewState="true"
    2. I did not understand the question. Please provide more details
  3. #3
    sorry

    The problem:

    When I set DisableViewState="True" in the resourcemanager The fetching of the values of the recreated checkbox items in the checkboxlist are not there anymore.
  4. #4
    Hi,

    Please provide test sample which demonstrates the issue

Similar Threads

  1. Replies: 4
    Last Post: Nov 02, 2012, 7:46 AM
  2. [CLOSED] Adding Checkboxes to Check Group in DirectEvent
    By amitpareek in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 17, 2011, 4:50 PM
  3. [CLOSED] Adding an object to the ViewState
    By asztern in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 27, 2010, 8:24 PM
  4. Replies: 1
    Last Post: Mar 12, 2010, 9:36 AM
  5. [CLOSED] Checkboxes in CheckBoxGroup
    By methode in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jan 11, 2009, 3:27 PM

Tags for this Thread

Posting Permissions