I have an user control in master page with id 'ucTopUser' and a button 'btnSub'.I need to hide the both control from my current aspx page.How can I do this?
|
feedback
|
|
To get the Masterpage from your aspx page you can use http://msdn.microsoft.com/en-us/library/system.web.ui.page.master.aspx
| |||
|
feedback
|