hi,
i used google language api drop down for my site it works awesome, i want that when user change the language from down i can store the dropdown value in session
please advice
Hi nauna,
Use the dropdownlist selected change event to assign the value to store in session.
Session["Language"] = ddlLanguage.SelectedValue;
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.