Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to navigate a page when items selected in DropDown box
plz give me the code
how it can be done using javascript or in serverside tht means in changing in inline or code behind.Plz help me ....
Posted

1 solution

simple way is like, set autopostback property to true, then in the drop down set datavaluesfield to the urls and dataitems to whatever you may call it,

on dropdown selected index change event

use response.redirect(dropdown.selectedvalue);

it will work...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900