Menu

#130 Problem with 4+ anthem dropdownlist

v1.0 (example)
open
nobody
5
2007-09-09
2007-09-09
jcampom
No

Hi guys!
I'm having trouble with 4 dropdownlists.
Let be L1,L2,L3,L4 and L5 the dropdownlists.

L1 , L4 are populated from the beginning, so there's no need to update them.
L2 is populated from L1
L3 is populated from L1 + L2 (at this point everything works fine)
L5 is populated from L1 + L2 + L3 + L4 => L5 fails to be populated

I attach in this bug report a .doc file which shows the codebehind and some screenshots.

Thanx in advance!

Discussion

  • jcampom

    jcampom - 2007-09-09

    Screenshots at 20070908

     
  • jcampom

    jcampom - 2007-09-11

    Logged In: YES
    user_id=1690443
    Originator: YES

    Hi again!
    i forgot to say, that I use MASTERPAGES (asp.net 2.0); the dropdownlists are contained in a content page.

    Additionally, I got myself another surprise!
    Scenario:
    In a masterpage/pagecontent schema, I have 3 dropdownlist: A,B,C.
    A.autocallback=true, B.autocallback=false, C.autocallback=false
    1) When I change the value of A, B and C are updated successfully (God bless Anthem.NET! :o)
    2) Next, I choose another values for B and C, by simply selecting them from their respective dropdownlist.
    3) When I send the whole stuff to the database (A.value, B.value, C.value) B.value and C.value are not what I chose, but the original values (before choosing) ..........??????????????????????????????

    In the meantime, I'll be making tests, by now I report this issues to you.

    best regards and sorry for my english .......

     
  • jcampom

    jcampom - 2007-09-12

    Logged In: YES
    user_id=1690443
    Originator: YES

    Hi guys!
    some history about this topic:
    When I downloaded the anthem.net package, i followed the steps to generate the anthem.dll file:
    - I opened the VS 2005 solution,
    - I compiled it , and
    - I took the anthem.dll generated by this compilation.

    In order to solve my problem, I did the following:

    - I removed the reference to the anthem.dll generated for me with the compiling of the VS 2005 solution.
    - I added the reference to Anthem.net, choosing the file "anthem.dll" from the folder "AnthemExtensions\bin" that comes with the anthem.net package that I downloaded from sourceforge.net
    - I compiled my project with this new reference,
    - I executed my project .... and so far, it seems to be working properly.

    Dunno if i did the things right ... what do you think? I really just need the anthem.dll file for my project.

     
  • Andy Miller

    Andy Miller - 2007-09-18

    Logged In: YES
    user_id=1245761
    Originator: NO

    Please add a sample page that demonstrates the problem. For example, take the DropDownLists.aspx sample that ships with Anthem, add the 4th (and 5th?) dropdown lists. Make sure it demonstrates the problem you have and then attach it to this bug report.

     
  • jcampom

    jcampom - 2007-09-20

    Logged In: YES
    user_id=1690443
    Originator: YES

    Hi guys.
    I think the problem was originated because in the beginning i added the anthem.dll version 1.3 in the Toolbox, while i added the anthem.dll version 1.5 as a reference in my project ( i mean, the version 1.3 for the toolbox and the version 1.5 for the project references)

    So, in the ToolBox i removed the Anthem.NET items , and i added again the anthem.net items (version 1.5). After this and so far, i'm not having trouble with anthem.net.

    Thanx in advance.

     

Log in to post a comment.