Nel215
-
2/10/2013 5:47:54 PM
Get current page which containing the webpart
halo,
I am trying to create a webpart to change attributes of some UI controls (like button,textbox), I search the api document and find something like findcontrols which is similar to the traditional ASP.NET Page.findcontrol() mehtod. I guess what I need to do is to get the containing page first then I can use the findcontrol methods. but I am not clear how to get the page or are there any ways I can do samething?
Thanks in advance
|