Home
Certification Preparation
Microsoft
Microsoft Developers Certifications
Web forms/User Control question
DeepCode
With a user control embedded in an asp.net page, is it possible to call methods on the page from the User control? I haven't been able to find a way to do this and I'm wondering why it wasn't "implemented" in the framework. Certainly, this scenario is a very probable one so I was quite surprised it was absent. If anyone has done this before, the help will be appreciated. Thanks
Find more posts tagged with
Comments
JDMurray
You mean like a callback procedure for a Button click event?
DeepCode
JD, I ended up using the DynamicInvoke method of the type class to query the type information of the parent class . (reflection).
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Best Of