Hie all
@Jmeckley: thank you very much
Look at what im doing
Session["LocName"] = tvwLocations.SelectedNode.Text;
//tboLocation.Text = (string)Session["LocName"]
Session["LocID"] = Convert.ToUInt64(tvwLocations.SelectedNode.Value);
Response.Redirect("frmsite.aspx");
but this Response.Redirect is refreshing every button on my page, it seems as if withh you methosd i still have to use it to open the pages, isnt there a way to do it without refreshing the whole page.