I am creating some popup windows which are populated by queried data. I have 2 current methods: (1) writing a structured array to a session variable that all popups can reference, or (2) passing form information with hidden fields by posting --using javascript--. Anyone have any performance pros and cons about either method.. Session time-outs are not issue because each page is validated with a login session variable.
Thanks...
Thanks...