hi there,
I am designing ASP.net over VB
I have a linkButton in the master page and it is disabled, in the login page the login Button must enable that linkButton
when I use it immediately like this:

stdMaster.ChangeModeBtn.enable(True)
it does not work , it gives me something about the protected withEvents "is not accessible in this context because it is protected"

I know that I am missing something but I do not know what is it
please tell me

urgent help please

u should use page_loadcomplete event in content page event to findcontrol of linkbutton u had in master page.u should use findcontrol of master page to find control of link button.
hope this helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.