making changes in master page from front(calling) 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:02 UTC
Read the original article
Hit count: 326
i have a page called a1.aspx, with the Masterpagefile = a1_master.master. Now the master page has its own div's and images for design purpose. 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 calling page?
© Stack Overflow or respective owner