access dropdown control from the master page to the content page using asp.net

Posted by Isha Jain on Stack Overflow See other posts from Stack Overflow or by Isha Jain
Published on 2011-11-15T16:00:17Z Indexed on 2011/11/16 9:52 UTC
Read the original article Hit count: 200

Filed under:
|

i have a master page and the content pages in the master page i have the textbox and dropdown the value in the dropdown may vary according to the content pages

e.g for one content page the dropdown may contain

branchname, city, address

and let for other content page under same master page the dropdown may have values like

Contactnumber, EmailID, ........... ......... etc.....

so please help me to how can i bind that dropdown from my content page

thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET