Passing value from one user control to another user control
C#
2
Posts
2
Posters
0
Views
1
Watching
-
I have two web user controls on the same web form. When I click a button from one user control, I want to pass a message to the second user control and display it. How can I do it? How can I notify one user control of changes in another user control on the same web form? Thanks.
-
I have two web user controls on the same web form. When I click a button from one user control, I want to pass a message to the second user control and display it. How can I do it? How can I notify one user control of changes in another user control on the same web form? Thanks.