using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; public partial class Admin_Default2 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { //if (Session["WebFSess"] != null) //{ // string getlist = Session["WebFSess"] as string; ; // string[] getval = getlist.Split(','); // Hiddenbranchid.Value = getval[8]; //} } } }