Hi,

Set the property AutoPostBack on the DropDownList to true. Then make an
event handler for the SelectedIndexChange event wherein you put the
following code :

Response.Redirect("newpage.aspx", true);

+---------------------------------------------------------------------+
|                    | Halo 2 is a lot like Halo 1, only its' on      |
| Thomas Gravgaard   | fire, going 130 miles per hour through   (__)  |
| Software developer | a hospital zone, being chased by      \\\'',)  |
| Infopaq A/S        | helicopters and ninjas. And the ninjas  \/  \ ^|
| [EMAIL PROTECTED]  | are all on fire, too."                  .\._/_)|
|                    |                  - Jason Jones, Bungie Studios |
+---------------------------------------------------------------------+

> 
> How can I jump to another page from within a .NET ASP page?  
> I have a drop down list that, when changed, causes my 
> application to jump to a different page. Thanks
> 
> Matthew Small
> IT Supervisor
> Showstopper National Dance Competitions
> 3660 Old Kings Hwy
> Murrells Inlet, SC 29576
> 843-357-1847
> http://www.showstopperonline.com
>  
> 
> 
> 
> 
> 
> ---
> You are currently subscribed to dotnet as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to 
> %%email.unsub%%
> 
> ---------
> Administrated by 15 Seconds : http://www.15Seconds.com
> List Archives/Search : http://local.15Seconds.com/search 
> Subscription Information : http://www.15seconds.com/listserv.htm
> Advertising Information: http://www.internet.com/mediakit/
> 
> 
> 

---
You are currently subscribed to dotnet as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

---------
Administrated by 15 Seconds : http://www.15Seconds.com
List Archives/Search : http://local.15Seconds.com/search
Subscription Information : http://www.15seconds.com/listserv.htm
Advertising Information: http://www.internet.com/mediakit/


Reply via email to