This topic is locked
[SOLVED]

 Lookup Wizard, low performance

7/19/2011 4:23:51 AM
PHPRunner General questions
F
frmn author

I have 100 000 records,

I use the lookup wizard from php runner,

when executed, the data is very slow,

how to solve the problem ?

C
cgphp 7/19/2011

100000 options in a dropdown... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=59552&image=1&table=forumreplies' class='bbc_emoticon' alt=':o' /> What about dependent dropdowns ?

You can limit choices in a dropdown list, based on selection in another dropdown.

Performance should be better because dependent dropdowns make use of AJAX.

F
frmn author 7/19/2011

i try to use, edit box with ajax popup , performance is better and faster....

thank you