Re: Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?
From: Bruno Sirianni (brunosirianni_at_virgilio.it)
Date: 04/02/04
- Next message: n3crius: "Re: web.config host error!! PLEASE help!"
- Previous message: Kevin Spencer: "Re: Regex matching failure"
- In reply to: Miguel Dias Moura: "Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?"
- Next in thread: Miguel Dias Moura: "Re: Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?"
- Reply: Miguel Dias Moura: "Re: Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 02 Apr 2004 21:33:45 GMT
<asp:DropDownList /> have AutoPostBack property. If this property is set to
true it automatically when change the List value fire a SelectedIndexChanged
event on Page.
In this method you can switch the DropDownList.SelectedValue and make a
Redirect where you want.
Brun
"Miguel Dias Moura" <internetNoSpam@27lamps.com> wrote in message
news:OPPmCePGEHA.1368@TK2MSFTNGP11.phx.gbl...
> Hello,
>
> i have a drop down menu in ASP.net with 5 options. I want to redirect to a
> certain page when a certain option is selected.
> I want to be redirected without having to click a button. Does anyone
knows
> how to make this?
>
> Thank You,
> Miguel
>
>
- Next message: n3crius: "Re: web.config host error!! PLEASE help!"
- Previous message: Kevin Spencer: "Re: Regex matching failure"
- In reply to: Miguel Dias Moura: "Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?"
- Next in thread: Miguel Dias Moura: "Re: Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?"
- Reply: Miguel Dias Moura: "Re: Jump Menu (DropDown Menu) in ASP.net. Can someone help me out?"
- Messages sorted by: [ date ] [ thread ]