Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Digital Dashboard 3.0

Status
Not open for further replies.

haighy

Programmer
Oct 15, 2001
1
DE
This is a digital dashboard related problem. I'm currently working with 2 web parts. one web part receieves a user selection, stores this selection in a session state (DDSC) variable, and raises a DDSC event. the other web part is registered to respond to this event by displaying information on the selection. the problem is that the information derived from the selection comes from a database using SQL and Active Server Script, so this is rendered before the DDSC is instantiated. when the selection changes, i need the corresponding web part to be reloaded with this new parameter, requesting the corresponding ASP code. i think this would require loading the entire page. if this happens, the dashboard factory would be loaded again and the variable containing the selection would be destroyed. does anyone have any ideas on how to get around this?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top