Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
private void Page_Load(object sender, System.EventArgs e)
{
/*ArrayList arrayNorth = new ArrayList();
ArrayList arraySouth = new ArrayList();*/
if(!IsPostBack)
DataBind();
//Response.Write(Request.Cookies.Count);
HttpCookie fredskorpset = Request.Cookies["fredskorpset"];
//Response.Write(cookie.Value);
if(fredskorpset!=null)
{
string[] lang=fredskorpset.Values.GetValues("epslanguage");
string language="";
for(int i=0; i
private void Page_Load(object sender, System.EventArgs e)
{
CurrentPage.PageName = "*** NEW NAME ***";
}
Vad får du för resultat då?