Saturday, August 21, 2010

ASP.NET Control accessing protected functions in page?

I created a user control for a tool bar. I'd like it to access the functions (print(), save(), etc..) from the page it's on. How can I do that? The functions are protected, so I assume I have to inherit them somehow?ASP.NET Control accessing protected functions in page?
if you want access to the events that fire when a user chooses Print or Save from their browser's toolbar, I think you can't (security issues).





If it's for a toolbar within your webpage, lookup the documentation on the toolbar component you're using on the msdn (if it's a ms control) or wherever you got the control from.

No comments:

Post a Comment