B
Bruno Alexandre
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.Visible =
True ) and how can I use it to populate DropDowns?
my page is:
without atlas:
http://filterqueen.brinkster.net/new_fastcash.dk/users/Laneansogning.aspx
with atlas:
http://filterqueen.brinkster.net/new_fastcash.dk/users/LaneansogningA.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!
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.Visible =
True ) and how can I use it to populate DropDowns?
my page is:
without atlas:
http://filterqueen.brinkster.net/new_fastcash.dk/users/Laneansogning.aspx
with atlas:
http://filterqueen.brinkster.net/new_fastcash.dk/users/LaneansogningA.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!