Posted by David on 09/08/05 23:07
The issue is changes in a dropdown box will require the app to perform
a DB lookup.
If the user changes a dropdown box, how can one tell the system to
postback and then what caused that postback. Unless you session all
of the vars or keep a hidden version of each, then you need to set
some switch to tell the system what occurred!
I will say this is MUCH easier in ASP.net.
>
>This relies on Javascript being enabled, and is a waste of bandwidth
>(you need to send a load of extra HTML, and the form submission requires
>a load of extra fields).
>
>Why do you need to know exactly what was changed? Why not just update
>everything when you've received the form submission?
>
[Back to original message]
|