User379532407 posted
Hi all
I have an annoying issue when Im changing the culture of a page. I can hard code the values like:
Session["UIc"] = "ar-SA"; and initialise the culture value like this.
Otherwise, say when I'm trying to get the value from a dropdownlist, it doesn't act the same way for some reason. e.g.
Session["UIc"] = DropDownList1.SelectedValue.ToString();
Is there something I need to change to change it to some kind of culture type ??
I''m stuck on it, but I'm pretty sure its something to do with the variable type.
Thanks,
Laura