D
Deep
Dear friends,
Please tell me how to take master page control value in .aspx
page.
I have a master page name master1.master, which holds one drop down
<aspropDownList ID="ddlName" runat="server">
<asp:ListItem>Vinod</asp:ListItem>
<asp:ListItem>Manoj</asp:ListItem>
<asp:ListItem>Alok</asp:ListItem>
<asp:ListItem>Amit</asp:ListItem>
<asp:ListItem>Osho</asp:ListItem>
<asp:ListItem>Ganesh</asp:ListItem>
</aspropDownList>
and suppose one other page home.aspx which inherits this master page.
where I want to find ddlName selected value on selectedIndexChanged of
dropdown.
Thanks in Advance
Vinod Kumar
Please tell me how to take master page control value in .aspx
page.
I have a master page name master1.master, which holds one drop down
<aspropDownList ID="ddlName" runat="server">
<asp:ListItem>Vinod</asp:ListItem>
<asp:ListItem>Manoj</asp:ListItem>
<asp:ListItem>Alok</asp:ListItem>
<asp:ListItem>Amit</asp:ListItem>
<asp:ListItem>Osho</asp:ListItem>
<asp:ListItem>Ganesh</asp:ListItem>
</aspropDownList>
and suppose one other page home.aspx which inherits this master page.
where I want to find ddlName selected value on selectedIndexChanged of
dropdown.
Thanks in Advance
Vinod Kumar