I have a page which has a user control (it has navigation controls). So If I am on the page CheckBalance.aspx. I want to disable a HyperLink1 on the user control.
so for that I am trying to write a code in pageload event so I can disable the control in usercontrol.
...
Go to the complete details ...