webforms - asp.net: pass data between pages using delegate -


i want know if possible pass data page without querystrings or session.

in other words: can using delegates or other way?

you can post data page (this different using querystrings may similar liking). data posted web form can read request.form["name_of_control"].

in cases i've had develop own approach involving generating guid , passing around page-to-page. page can pull data structures associated given guid static key/value structure... similar sessions suppose had more control on how worked. allowed user have multiple simultaneous windows/tabs open application , each 1 work without affecting or being affected others (because each passing around different guid). whatever approach choose urge consider fact users may want use application via multiple windows/tabs @ same time.

the right tool depends on needs. remember challenge lies making http inherently stateless more state-ful. thread has discussion on topic: best practices passing data between pages


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -