Click here to Skip to main content
15,920,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I want to know how to assign the dropdown value to the child page that comes from the master page.

Thanks in advance
Posted

1 solution

Write the below code in the Child age.
int ddlVal = ((DropdownList)Master.FindControl("lblHead")).SelectedValue
 
Share this answer
 
Comments
Dalek Dave 1-Aug-11 3:24am    
Good 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