Posted on: 3/29/2015 11:14:52 AM | Views : 705

I have a master page with a class called contactform on it - <div class="contactform" id="contactform">. My problem is I want that contactform to be hidden on my gallery page. In the code behind I tried contactform.visible = false but it says - 'the name 'contactform' does not exist in the current context. I understand why, but is there any way around it. I need to keep contactform in the master page for all the other pages.
Any help would appreciated.
Thanks

Go to the complete details ...