How do I create web page that operates like a Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have currently created a from that has three drop down boxes. After box one
is selected, then box two does a requery. After box two is selected, box
three does a requery. And then after bo xthree is selected, a requery is
performed, and a report is created. I want to know if there is a way to
create a data page that has these same capabilities (for intranet access by
multiple users).
How do I create drop down boxes that initiate a requery for the next boxes
information on a Data page?
 
you can very easy do this with ASP.NET, setting each dropdown autopostback
property to true
perhaps this is also possible to do in datapages, but require a lot of
jscript coding, AFAIK
 
Back
Top