Information is needed as to how create an event on THE child user control. So, that the Parent user control can display the necessary data when the event is being used.
Thanks,

Recommended Answers

All 2 Replies

It can be done by implementing delegate in the user control.

Check this link. http://aspnet.4guysfromrolla.com/articles/031704-1.aspx

The above article explains about calling a page method from user control.

You should apply the same procedure to your parent user control.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.