I just want to give the user a drop down which lists all the languages that is avaible to the end user
how do i on the selected index change
int pageid = Convert.ToInt32(Request.QueryString["pageid"]);
PagesEntity page = new PagesEntity(pageid);
if (pageid > 0)
{
_dataservice.FillEntity(page, null);
txtextension.Text = page.PageExtension;
txttitle.Text = page.PageTitle;
txtname.Text = page.PageName;
radpageeditor.Html = page.PageContent;
}
do that but tell it to fecth where my language id = dropdown langauge id