Hi,
I am trying to capture a session variable that is located in a FormView that's part of a Master page. I know how to do session variables but the value is showing up as "System.Web.UI.WebControls.Label" instead of the value. What am I missing?
The code I used to declare the variable is:
Session("Meeting") = Master.FindControl("ContentPlaceHolder2").FindControl("FormView1").FindControl("MtgID")
Thanks in advance.
I am trying to capture a session variable that is located in a FormView that's part of a Master page. I know how to do session variables but the value is showing up as "System.Web.UI.WebControls.Label" instead of the value. What am I missing?
The code I used to declare the variable is:
Session("Meeting") = Master.FindControl("ContentPlaceHolder2").FindControl("FormView1").FindControl("MtgID")
Thanks in advance.