Passing parameter from one user control to another user control in an aspx page.

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-06-03T21:33:30Z Indexed on 2010/06/03 21:44 UTC
Read the original article Hit count: 195

Filed under:
|

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.

  1. How do I pass data from UC1 to UC2?
  2. How do I invoke a function of UC2 from UC1?

Please advise. Thanks

AJ

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about usercontrol