javascript with .net 2.0

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bruno Alexandre

    javascript with .net 2.0

    Hi guys...

    I'm always help the comunity, but this time it is me that need help :-(


    in the old Classic ASP I usted to have javascript to for example populate a
    2nd dropdown from a 1st one, and I used input form for that...

    Now in asp.net 2.0 I can't use input forms because I could not get the
    information that I need from thay using the framework (in this case using
    the Wizard object) and then I thought... ATLAS!

    It does the work alright, but takes a lot time to ask the server for
    infomations, so I need to go back the old JS and populate what I need ...

    The help I need from you guys, is:

    using Javascript, how can I show/hide asp elements ( trElement.Visib le =
    True ) and how can I use it to populate DropDowns?


    my page is:
    without atlas:

    with atlas:


    it's in Danish (I can't read either, but the point is the Wizard object)
    :-)

    as you can see it takes to much time just to populate the 2nd dropdown (if
    you choose AVIS in the 1st one), takes a lot of time to update the value per
    month when you choose the radio buton or the credit amount ... :(

    and after, it takes to much time just to show/hide panels...

    can you tell me how can I do this in Javascript instead call backs?



    I would really apreciate ... thank you very much!

    --

    Bruno Alexandre
    (a Portuguese in Københanv, Danmark)




  • Jon   Paal

    #2
    Re: javascript with .net 2.0

    google this


    javascript dependent droplists


    "Bruno Alexandre" <bruno.in.dk@gm ail.com> wrote in message news:eywVjSnhGH A.1520@TK2MSFTN GP03.phx.gbl...[color=blue]
    > Hi guys...
    >
    > I'm always help the comunity, but this time it is me that need help :-(
    >
    >
    > in the old Classic ASP I usted to have javascript to for example populate a 2nd dropdown from a 1st one, and I used input form for
    > that...
    >
    > Now in asp.net 2.0 I can't use input forms because I could not get the information that I need from thay using the framework (in
    > this case using the Wizard object) and then I thought... ATLAS!
    >
    > It does the work alright, but takes a lot time to ask the server for infomations, so I need to go back the old JS and populate
    > what I need ...
    >
    > The help I need from you guys, is:
    >
    > using Javascript, how can I show/hide asp elements ( trElement.Visib le = True ) and how can I use it to populate DropDowns?
    >
    >
    > my page is:
    > without atlas: http://filterqueen.brinkster.net/new...ansogning.aspx
    > with atlas: http://filterqueen.brinkster.net/new...nsogningA.aspx
    >
    > it's in Danish (I can't read either, but the point is the Wizard object) :-)
    >
    > as you can see it takes to much time just to populate the 2nd dropdown (if you choose AVIS in the 1st one), takes a lot of time to
    > update the value per month when you choose the radio buton or the credit amount ... :(
    >
    > and after, it takes to much time just to show/hide panels...
    >
    > can you tell me how can I do this in Javascript instead call backs?
    >
    >
    >
    > I would really apreciate ... thank you very much!
    >
    > --
    >
    > Bruno Alexandre
    > (a Portuguese in Københanv, Danmark)
    >
    >
    >
    >[/color]


    Comment

    Working...