Hi I have two user controls on one aspx page. UC1 has a grid which contains a link button column which user clicks. Based on the value of clicked cell, I need to show some data into UC2.
- How do I pass data from UC1 to UC2?
- How do I invoke a function of UC2 from UC1?
Please advise. Thanks
AJ