jciwolf
jciwolf

Reputation: 103

asp.net basepage authorization

I want to control every control(button,label) display or invisable on my asp.net page.

can I override OnPreRender in the basepage and in this method can I access child(the page inherit from the basepage) page's controls .

Upvotes: 0

Views: 151

Answers (1)

gbs
gbs

Reputation: 7276

this.Page is what you are looking for.

Upvotes: 1

Related Questions