Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling page method from usercontrol
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00692278
Message ID:
00710045
Views:
29
>You can create a base class from Page object and inherit all other pages from it. Create a method in base class and it will be accessible from all inherited pages.
>
>e.g. ((MyBasePage)this.Page).SaveData();

Thanks.
Previous
Reply
Map
View

Click here to load this message in the networking platform