hi in my web page am taken a gridview in that am taken a dropdownlist(adduser,deleteuser).
so whn am selected(adduser) an item in dropdownlist i have to move to that particular(adduser) selected page.
can any bosy send me the code......
hi in my web page am taken a gridview in that am taken a dropdownlist(adduser,deleteuser).
so whn am selected(adduser) an item in dropdownlist i have to move to that particular(adduser) selected page.
can any bosy send me the code......
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Koteswararao MallisettiPosted Aug 17, 2010, 4:48 AM
while binding the data to ddl u bind the short form as displaymember and actual path to value member
based on the selected value
url="~/"+dropDownList.selecteItem.value.tostring();
if it is only 2 then we write if and else condition that fine...