Changing elements in master page from content page in vb.net
Posted
by ferrer
on Stack Overflow
See other posts from Stack Overflow
or by ferrer
Published on 2010-04-13T20:03:54Z
Indexed on
2010/06/13
4:12 UTC
Read the original article
Hit count: 363
i have a page called a1.aspx, with the Masterpagefile = a1_master.master. Now the master page has its own divs and images for design purposes. I want a way where when i load a1.aspx, certain chosen 's and images should be hidden (visible=false). how can i do this? how can i change the visibility of a div or an image in the master page from the content page?
© Stack Overflow or respective owner