I will get the value of the selected item of the DropDownList in the
Page_Init event of the Master Page, not the Page_Init event of the
content page. I have a DropDownList (AutoPostback = true), when the
user selects another item in the DropDownList i will get the selected
value in the Page_Init event of the Master Page. That's the question.
Mark Rae schreef:
> "Lammert" <> wrote in message
> news: oups.com...
>
> >> Store the selected value from the DropDownList in a Session variable.
> >
> > Hi,
> >
> > When must I store the selected value from the DropDownList in a Session
> > variable? When I add a SelectIndex_Changed event to the DropDownList,
> > this event is handled after the Page_Init event. How can I do this?
>
> When the user selects a different organisation, presumably this needs to
> change the organisation for all the child pages?
>
> If so, then the child pages need to get the organisation from the Session
> variable, not the Master Page.
|