![]() |
Sergey Kornilov admin 4/13/2011 |
Paul, |
P
|
paulstone author 4/14/2011 |
Paul, I'm not 100% sure I fully understand this. It would be nice to see the actual data. Anyway, WHERE filter is applied on the server side when page is loaded which means you cannot change it on the fly. There are possibilities to remove items from dropdown box on the fly using Javascript but it can be proved complicated as you also need to add previously removed items back. It's not impossible but complicated and some manual coding will be required. Do I understand it right you need to make two different selections from the same lookup table? What if you simply create a single multiselect lookup wizard?
|
![]() |
Sergey Kornilov admin 4/14/2011 |
Thanks, I see what you mean. |
P
|
paulstone author 4/14/2011 |
Thanks, I see what you mean. Check this example: http://demo.asprunner.net/kornilov_gmail_com/Project25/Cars_add.asp Select Make and Model. Option selected in Make disappears from Model and vice versa.
|
![]() |
Sergey Kornilov admin 4/14/2011 |
Paul, |
P
|
paulstone author 4/15/2011 |
Paul, strange, it works from here. I've shot a quick video for you: http://screencast.com/t/eBFnJW05aJeF Initially all options are available. Then I select Audi from the first dropdown box and it disappears from the second one. Next step I select BMW from the second one and its no longer available in the first one.
|
![]() |
Sergey Kornilov admin 4/15/2011 |
This was implemented within ASPRunnerPro with the help of Javascript API in events. No need to modify generated pages. |