Jan 17, 2007 #1 Jaheel22 Technical User Jul 14, 2004 84 US Guys Do you know if its possible to retrieve non-webcontrols variables from a PreviousPage? something like: page 1: this.ViewState.Add("myValue", "bladiebla"); page 2: this.PreviousPage.ViewState["myValue"] Thanks a lot.
Guys Do you know if its possible to retrieve non-webcontrols variables from a PreviousPage? something like: page 1: this.ViewState.Add("myValue", "bladiebla"); page 2: this.PreviousPage.ViewState["myValue"] Thanks a lot.
Jan 17, 2007 #2 jbenson001 Programmer Jan 7, 2004 8,172 US You can pass values using a query string or session variables. Upvote 0 Downvote
Jan 18, 2007 #3 patrickdrd Programmer Nov 21, 2003 149 GR Or the profile in asp .net 2.0 Upvote 0 Downvote