L
Larry Bud
More of a design question than technical.... combining Ajax technology
with ASP... Top portion of the page contains several Select boxes
which are dependant upon one another. Ajax handles that pretty well,
although when reloading the page, I have to "draw" each one, which the
user can see....
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...
Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?
Can one "over ajax" an app?
with ASP... Top portion of the page contains several Select boxes
which are dependant upon one another. Ajax handles that pretty well,
although when reloading the page, I have to "draw" each one, which the
user can see....
Once the search criteria is chosen, user clicks a Find button...
Currently, the entirep page redraws...
Is there any reason NOT to put the result set in a <div></div> and
retrieve only that portion of the page?
Can one "over ajax" an app?